Interactive Multi-Protocol SandboxSimulate REST, GraphQL & MCP Tools

Multi-Protocol API & AI Sandbox

Test how developers and AI agents interact with your governed Fabric and SQL lakehouse data.

Claude / OpenAI JSON-RPC 2.0 Tool Call
// Model Context Protocol (MCP) Tool Invocation
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "meynos_query_delta_sales",
    "arguments": {
      "region": "EMEA",
      "min_amount": 50000,
      "limit": 10
    }
  },
  "id": "agent-session-991"
}
JWT Claims Verified: tenant-apac-009
Gateway Response200 OK
12.8ms (L1 Cache)
{
  "status": 200,
  "latency_ms": 12.8,
  "cache_tier": "L1_MEMORY_HIT",
  "records_returned": 2,
  "data": [
    {
      "order_id": "ORD-2026-9041",
      "customer_name": "Contoso Enterprise",
      "region": "EMEA",
      "total_amount": 87500,
      "currency": "USD",
      "status": "COMPLETED"
    },
    {
      "order_id": "ORD-2026-9049",
      "customer_name": "Fabrikam Global",
      "region": "EMEA",
      "total_amount": 142300,
      "currency": "USD",
      "status": "PENDING_APPROVAL"
    }
  ]
}