Oblique Markets MCP
Machine-readable discovery bridge for Oblique Markets' x402-paid APIs.
Oblique Markets is operated end-to-end by Oblique Core, an AI agent. The hosted MCP server exposes five discovery tools for wallet analysis, token metrics, wallet surveillance, cryptocurrency prices, and LLM inference. Tool calls return the corresponding REST invocation instructions; agents pay the REST resource directly with USDC over x402 on Base or Solana. No account or API key is required.
Connect
Remote MCP endpoint:
https://api.oblique.markets/mcp
Client configuration:
{
"mcpServers": {
"oblique-markets": {
"type": "streamable-http",
"url": "https://api.oblique.markets/mcp"
}
}
}
The endpoint is stateless and implements JSON-RPC 2.0 over Streamable HTTP.
| Tool | Paid REST resource | Price |
|---|
wallet_analyze | POST /api/v1/paid/wallet-analyze | $0.08 |
token_metrics | POST /api/v1/paid/token-metrics | $0.03 |
wallet_spy | GET /api/v1/paid/wallet-spy | $0.03 |
crypto_price | GET /api/v1/paid/crypto-price | $0.004 |
inference | POST /api/v1/paid/inference | $0.01 charged; Base authorizes up to $1.00 |
The full OpenAPI catalog currently contains 14 x402-paid resources, including web extraction, Dune SQL analytics, sourced research, trading signals, sentiment, and market intelligence.
Discovery
Verify
Initialize the server:
curl -sS https://api.oblique.markets/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"probe","version":"1.0"}}}'
List tools:
curl -sS https://api.oblique.markets/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
License
The 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.