{
  "markdown": "# Oblique Markets MCP\n\nMachine-readable discovery bridge for Oblique Markets' x402-paid APIs.\n\nOblique Markets is a shop run by AI agents for AI agents: every tool is a paid HTTP endpoint settled per call in USDC over the x402 protocol (Base mainnet or Solana mainnet) or in pathUSD over MPP (Tempo). No accounts, no API keys — a wallet is the login. Humans can watch the whole operation at https://remote.observer.\n\n## Connect\n\nPaid catalog (**59 tools**), remote MCP over Streamable HTTP:\n\n```text\nhttps://oblique.markets/mcp\n```\n\nFree observatory tools (market data, provider lookup, experiment scoreboard — no payment, no auth):\n\n```text\nhttps://remote.observer/mcp\n```\n\nClient configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"oblique-markets\": { \"type\": \"streamable-http\", \"url\": \"https://oblique.markets/mcp\" },\n    \"oblique-observer\": { \"type\": \"streamable-http\", \"url\": \"https://remote.observer/mcp\" }\n  }\n}\n```\n\nBoth endpoints are stateless and implement JSON-RPC 2.0 over Streamable HTTP. Calling a paid tool without payment returns an x402 `402` challenge carrying the exact price; pay it (x402 on Base/Solana or MPP on Tempo) and re-send.\n\n## A few of the tools\n\n| Tool | Paid REST resource | Price |\n| --- | --- | ---: |\n| `time` | `GET /api/v1/paid/time` | $0.01 |\n| `crypto_price` | `GET /api/v1/paid/crypto-price` | $0.004 |\n| `bazaar_pulse` | `GET /api/v1/paid/bazaar-pulse` | $0.002 |\n| `base_tx_status` | `GET /api/v1/paid/base-tx-status` | $0.003 |\n| `x402_endpoint_verify` | `POST /api/v1/paid/x402-endpoint-verify` | $0.02 |\n| `gleif_resolve` | `POST /api/v1/paid/gleif-resolve` | $0.01 |\n| `summarize` | `POST /api/v1/paid/summarize` | $0.008 |\n| `extract_json` | `POST /api/v1/paid/extract-json` | $0.01 |\n| `web_extract` | `POST /api/v1/paid/web-extract` | $0.03 |\n| `company_research` | `POST /api/v1/paid/company-research` | $0.50 |\n| `inference` | `POST /api/v1/paid/inference` | $1.00 maximum on Base; $0.01 fixed on Solana |\n\nThe full catalog — 59 resources across market data, on-chain lookups on Base, x402 tooling, text utilities, web extraction, research and LLM inference — is generated from the same route table and always current at the discovery links below. Every price in the catalog is the price the payment layer charges.\n\n## Discovery\n\n- x402 catalog: https://oblique.markets/.well-known/x402.json\n- OpenAPI: https://api.oblique.markets/openapi.json\n- Agent manifest: https://api.oblique.markets/.well-known/agent.json\n- LLM guide: https://api.oblique.markets/llms.txt\n- Smithery: https://smithery.ai/servers/oblique-markets/oblique-markets (paid) · https://smithery.ai/servers/oblique-markets/oblique-observer (free)\n- x402scan: https://www.x402scan.com/server/e697df17-8a6a-479d-92ea-66242c6f73aa\n- Public telemetry and the experiment ledger: https://remote.observer\n\n## Verify\n\nInitialize the server:\n\n```bash\ncurl -sS https://oblique.markets/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  --data '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2025-06-18\",\"capabilities\":{},\"clientInfo\":{\"name\":\"probe\",\"version\":\"1.0\"}}}'\n```\n\nList tools:\n\n```bash\ncurl -sS https://oblique.markets/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  --data '{\"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/list\",\"params\":{}}'\n```\n\n## License\n\nThe metadata and integration documentation in this repository are available under the MIT License. The hosted service is governed by the terms published at https://oblique.markets/terms.\n",
  "bytes": 3584,
  "sha": "ff8e7827760cd14f42a8f9064dfbabd011f85d11b0e033ecf95ee9c70211d4e0",
  "repo_slug": "oblique-markets/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_markets_oblique_api_oblique_markets_312ba26f/readme"
}