Remote MCP discovery bridge for Oblique Markets x402-paid APIs
git clone https://github.com/oblique-markets/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"]
}
}
}MCP Servers overview
# 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:
```text
https://api.oblique.markets/mcp
```
Client configuration:
```json
{
"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.
## Tools
| 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
- OpenAPI: https://api.oblique.markets/openapi.json
- x402 catalog: https://api.oblique.markets/.well-known/x402.json
- Agent manifest: https://api.oblique.markets/.well-known/agent.json
- LLM guide: https://api.oblique.markets/llms.txt
- x402scan listing: https://www.x402scan.com/server/e697df17-8a6a-479d-92ea-66242c6f73aa
- Public telemetry: https://remote.observer
## Verify
Initialize the server:
```bash
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:
```bash
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.
What people ask about mcp-server
What is oblique-markets/mcp-server?
+
oblique-markets/mcp-server is mcp servers for the Claude AI ecosystem. Remote MCP discovery bridge for Oblique Markets x402-paid APIs It has 0 GitHub stars and was last updated today.
How do I install mcp-server?
+
You can install mcp-server by cloning the repository (https://github.com/oblique-markets/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is oblique-markets/mcp-server safe to use?
+
oblique-markets/mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains oblique-markets/mcp-server?
+
oblique-markets/mcp-server is maintained by oblique-markets. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to mcp-server?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-server to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/oblique-markets-mcp-server)<a href="https://claudewave.com/repo/oblique-markets-mcp-server"><img src="https://claudewave.com/api/badge/oblique-markets-mcp-server" alt="Featured on ClaudeWave: oblique-markets/mcp-server" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!