Server data from the Official MCP Registry
x402-paid analytics, market intelligence, research, and LLM inference for AI agents.
x402-paid analytics, market intelligence, research, and LLM inference for AI agents.
Remote endpoints: streamable-http: https://api.oblique.markets/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
5 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"markets-oblique-api-oblique-markets": {
"url": "https://api.oblique.markets/mcp"
}
}
}From the project's GitHub README.
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.
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.
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":{}}'
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.