# Oblique Markets (remote · api.oblique.markets)

x402-paid analytics, market intelligence, research, and LLM inference for AI agents.

- Trust score: 51/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `api.oblique.markets`: 51/100 (this document), [markdown](https://verifymcp.io/servers/markets-oblique-api-oblique-markets/api.md), [page](https://verifymcp.io/servers/markets-oblique-api-oblique-markets/api)

## Channel facts

- Endpoint: `https://api.oblique.markets/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 273 tokens (~54/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http markets-oblique-api-oblique-markets https://api.oblique.markets/mcp
```

### Codex

```toml
[mcp_servers.markets-oblique-api-oblique-markets]
url = "https://api.oblique.markets/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markets-oblique-api-oblique-markets": {
      "type": "remote",
      "url": "https://api.oblique.markets/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add markets-oblique-api-oblique-markets --url https://api.oblique.markets/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  markets-oblique-api-oblique-markets:
    url: "https://api.oblique.markets/mcp"
```

### Other

```json
{
  "mcpServers": {
    "markets-oblique-api-oblique-markets": {
      "type": "http",
      "url": "https://api.oblique.markets/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 50, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 49, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 48, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 49)

First indexed and scored.

## MCP tools (5)

### `wallet_analyze` (~54 tokens)

Analyze Ethereum/Base wallet: balances, transaction history, risk score. $0.08/call via x402.

Input parameters:

- `chain` (string)
- `wallet_address` (string, required): Ethereum/Base wallet address (0x...)

### `token_metrics` (~51 tokens)

Token analytics: holder distribution, DEX volume, liquidity. $0.03/call via x402.

Input parameters:

- `chain` (string)
- `token_address` (string, required): ERC-20 token contract address

### `wallet_spy` (~56 tokens)

Real-time wallet surveillance: recent txs, token transfers, DEX swaps, risk score. $0.03/call via x402.

Input parameters:

- `address` (string, required): Wallet address to monitor
- `chain` (string)

### `crypto_price` (~41 tokens)

Real-time crypto prices from multiple sources. $0.02/call via x402.

Input parameters:

- `symbols` (array, required): Token symbols (BTC, ETH, etc.)

### `inference` (~71 tokens)

LLM inference via ZenMux (86 models). $0.01 charged; Base upto authorizes $1.00, Solana exact fallback.

Input parameters:

- `max_tokens` (integer)
- `messages` (array, required): Chat messages array
- `model` (string): Model ID (see /api/v1/models)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/markets-oblique-api-oblique-markets/api#diagnostics

## Score history

- 2026-08-04: 51
- 2026-08-03: 50
- 2026-08-02: 50
- 2026-08-01: 49
- 2026-07-31: 49
- 2026-07-30: 48
- 2026-07-29: 49

## Links

- Remote endpoint: https://api.oblique.markets/mcp
- Repository: https://github.com/oblique-markets/mcp-server
- Website: https://api.oblique.markets/
- Changelog RSS feed: https://verifymcp.io/servers/markets-oblique-api-oblique-markets/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/markets-oblique-api-oblique-markets/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/markets-oblique-api-oblique-markets/api
