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"]
}
}
}Resumen de MCP Servers
# 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.
Lo que la gente pregunta sobre mcp-server
¿Qué es oblique-markets/mcp-server?
+
oblique-markets/mcp-server es mcp servers para el ecosistema de Claude AI. Remote MCP discovery bridge for Oblique Markets x402-paid APIs Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala mcp-server?
+
Puedes instalar mcp-server clonando el repositorio (https://github.com/oblique-markets/mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar oblique-markets/mcp-server?
+
oblique-markets/mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene oblique-markets/mcp-server?
+
oblique-markets/mcp-server es mantenido por oblique-markets. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a mcp-server?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega mcp-server en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!