{"service":"Dominion Observatory MCP Gateway","description":"Trust-verified proxy for MCP server calls. Every call gets a trust check and attestation receipt.","version":"1.0.0","usage":{"endpoint":"https://www.dominionobservatory.com/gateway/{url-encoded-target-mcp-server}","method":"POST (or any method the target accepts)","authentication":"Bearer do_xxx (API key) or X-Payment: <tx_hash> (x402 USDC)","example":{"target":"https://example-mcp-server.com/mcp","gateway_url":"https://www.dominionobservatory.com/gateway/https%3A%2F%2Fexample-mcp-server.com%2Fmcp","curl":"curl -X POST https://www.dominionobservatory.com/gateway/https%3A%2F%2Fexample-mcp-server.com%2Fmcp -H \"Authorization: Bearer do_xxx\" -H \"Content-Type: application/json\" -d '{\"jsonrpc\":\"2.0\",\"method\":\"tools/list\",\"id\":1}'"},"headers":{"Authorization":"Bearer do_xxx — your Observatory API key","X-Target-Authorization":"Bearer target_key — forwarded to the target server (if it requires auth)","X-Agent-Id":"your-agent-name — for interaction tracking","X-Payment":"tx_hash — for x402 USDC payment instead of API key"},"response_headers":{"X-Observatory-Receipt":"Attestation receipt ID","X-Observatory-Trust-Score":"Target server trust score (0-100)","X-Observatory-Verdict":"PASS / UNCERTAIN / FAIL / UNKNOWN","X-Observatory-SLA-Grade":"Platinum / Gold / Silver / Bronze / Unrated"}},"pricing":{"free_trial":"50 calls/day — no signup, no API key. Just POST to the gateway URL.","developer":"$0.01/call — unlimited trust check + proxy","compliance":"$0.10/call — unlimited + MiCA attestation receipt envelope","x402":"$0.001/call — USDC micropayment on Base"},"quick_start":{"description":"Try it right now — no signup needed. 50 free calls/day.","curl":"curl -X POST \"https://www.dominionobservatory.com/gateway/https%3A%2F%2Fcontext7.com%2Fmcp\" -H \"Content-Type: application/json\" -d '{\"jsonrpc\":\"2.0\",\"method\":\"tools/list\",\"id\":1}'","claude_desktop_config":{"description":"Route any MCP server through Observatory in Claude Desktop. Replace the server URL with the gateway URL:","before":{"mcpServers":{"example":{"url":"https://some-mcp-server.com/mcp"}}},"after":{"mcpServers":{"example":{"url":"https://www.dominionobservatory.com/gateway/https%3A%2F%2Fsome-mcp-server.com%2Fmcp"}}}}},"get_started":"https://www.dominionobservatory.com/get-started"}