Skip to main content
ClaudeWave

Remote MCP discovery bridge for Oblique Markets x402-paid APIs

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/oblique-markets/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/oblique-markets/mcp-server and follow its README for install instructions.
Casos de uso

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.
ai-agentsmcpmodel-context-protocolx402

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.

Featured on ClaudeWave: oblique-markets/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/oblique-markets-mcp-server)](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

Alternativas a mcp-server