Data Collection
adjacent.markets
Provides discovery, listing, and retrieval of entities along with their price history.
ENDPOINT 1
https://mcp.adjacent.markets/mcp
MCP server metadata
- Name
- rmcp
- Version
- 2.0.0
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, human timeframes, compact by default; no news prices). Ids are `<platform>:<raw>` for markets and slugs for indices/rates; chain list/find -> get/price where the entity supports prices. Data tier: realtime when an API key is configured, otherwise the public, 15-minute-delayed tier.
Known tools 4
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.
adjacent.markets is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.