# Coinset > Coinset is a fast, indexed API, explorer, webhook service, and MCP server for the Chia > blockchain. It exposes full-node-compatible RPC plus richer balance, transaction, asset, and > offer endpoints, real-time webhooks, and a read-only Model Context Protocol (MCP) server that > lets AI agents query Chia directly. ## For AI agents - [MCP server guide](https://coinset.org/docs/mcp.md): Connect an AI agent (Claude, Cursor, …) to Coinset's read-only MCP server. One Streamable HTTP endpoint serves both mainnet and testnet11; pick the network per request. No keys, no signing. - [Agent skills](https://coinset.org/docs/skills.md): Reusable agent workflows built on top of the Coinset MCP (offer safety checks, coin lineage, NFT provenance, watch/notify recipes). - MCP endpoint (Streamable HTTP): https://mcp.coinset.org/ ## Docs - [Documentation home](https://coinset.org/docs.md): Guides and API reference. - [Webhooks](https://coinset.org/docs/webhooks.md): Receive Chia events (peak, reorg, transaction, offer) at your HTTPS endpoint. - [API reference](https://coinset.org/docs/api): Interactive OpenAPI explorer with Try-It (HTML). ## API specifications - [Full node RPC OpenAPI](https://coinset.org/openapi/full_node.yaml): Chia full-node-compatible RPC (api.coinset.org). - [Coinset API OpenAPI](https://coinset.org/openapi/coinset.yaml): Coinset extension endpoints (balances, transactions, assets, offers) and webhooks.