# Skill: use-mcp

Connect to Adjacent’s **Model Context Protocol (MCP)** server for task-shaped
tools over prediction-market data (indices, rates, markets, events, news).

## When to use

When an agent host supports remote MCP (Streamable HTTP) and you want structured
tools (`list` / `find` / `get` / `price`) instead of raw REST. Prefer MCP when
chaining discovery → detail → prices.

When the host has no MCP client, use the public JSON API and markdown surfaces
instead (see `browse-indices`, `read-index`, and `/llms.txt`).

## How

**Do not maintain tool docs here.** Full endpoint, auth, tools, and agent config
live on the public docs site (single source of truth):

- **MCP guide:** https://docs.adjacent.markets/explore/mcp
- **Endpoint:** `https://mcp.adjacent.markets/mcp`
- **Realtime (optional):** `https://mcp.adjacent.markets/mcp?apiKey=YOUR_KEY`

Follow that page for the current tool contracts and examples.

## Related

- Public JSON API: `https://api.adjacent.markets/api/v1/public`
- Site agent index: `https://adjacent.markets/llms.txt`
- API docs: `https://docs.adjacent.markets/llms.txt`
