← Registry

Data Collection

adjacent.markets

Provides discovery, listing, and retrieval of entities along with their price history.

1 endpoint4 known toolsFirst detected August 1, 2026Last detected September 15, 2026

ENDPOINT 1

https://mcp.adjacent.markets/mcp

No auth detected

MCP server metadata

Name
rmcp
Version
2.0.0
Capabilities
tools
Server instructions

Adjacent prediction-market data for agents. Tools: list (events by default, plus markets/indices/rates/news via type), find (discovery when the user names a topic but not an id), get (full detail by id; indices include constituents), price (indices/rates/markets/events; pass end/as_of for an index, rate, or market historical cutoff, otherwise a live timeframe). Failures are typed codes (RATE_LIMITED, SEARCH_NO_MATCH, NO_PRICE_AT_AS_OF, CREATED_AFTER_AS_OF) with isError=true, never an empty success. Search is all-words AND. Ids are `<platform>:<raw>` for markets and slugs for indices/rates. Data tier: realtime with an API key, otherwise the public 15-minute-delayed tier. News listings need an API key.

Known tools 4

find

Discovery entry point.

Inferred read-only
get

Fetch full detail for one entity by id.

Inferred read-only
list

List entities.

Inferred read-only
price

Price history for an index, rate, market, or event.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rmcp]
url = "https://mcp.adjacent.markets/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rmcp": {
      "type": "http",
      "url": "https://mcp.adjacent.markets/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rmcp
Remote MCP URL: https://mcp.adjacent.markets/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rmcp": {
      "url": "https://mcp.adjacent.markets/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rmcp": {
      "type": "http",
      "url": "https://mcp.adjacent.markets/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rmcp",
  "transport": "streamable-http",
  "url": "https://mcp.adjacent.markets/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for adjacent.markets was fetched 2026-08-02T00:36:21.045Z and is being refreshed.

Trust status Neutral

adjacent.markets is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.