Skip to main content
ClaudeWave

Remote MCP discovery bridge for Oblique Markets x402-paid APIs

MCP ServersOfficial Registry0 stars0 forksMITUpdated 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.
Use cases

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

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.

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>

More MCP Servers

mcp-server alternatives