TAU MCP Introduction
TAU MCP server is an open-source implementation of Anthropic’s Model Context Protocol that exposes TAU Anchors, Proofs, RewardDistributor, and datasets.
It presents TAU’s Fabric datasets and Anchors through a set of MCP tools that any MCP-compatible client can call. With these tools, clients can search for relevant TAU datasets, inspect schemas, and run queries against specific deployments on the TAU Network all within a single, standardized interface.
The server itself does not hold a language model. Instead, it translates incoming MCP requests into TAU queries and returns the structured results, allowing the client’s LLM to transform a natural-language prompt into actionable blockchain data.
Think of it as a trust bridge: it standardizes the plug-and-play connection between AI agents and TAU’s Anchor and Fabric ecosystem.
What You Can Do
- Access TAU schemas for any dataset
- Run queries on TAU deployments
- Discover top TAU deployments by keyword or contract address
- Retrieve 30-day query volumes for TAU datasets
- Ask questions about Anchors, Proofs, and TAU datasets without writing GraphQL manually
The TAU MCP server allows smooth integration with Claude, Cline, or Cursor, making blockchain data queries with the TAU Network a conversational experience.