
Chia Explorer
Ask your agent read-only questions about the Chia blockchain using the public coinset.org API.
Overview
Chia Explorer is an MCP server for the Build phase that answers read-only Chia blockchain questions through the public coinset.org API.
What is this MCP server?
- Read-only Chia blockchain Q&A via coinset.org public API
- stdio MCP package chia-explorer on npm at version 0.3.0
- No write or wallet operations—query and explain chain data safely
- GitHub source at Spacetime-Technology/chia-explorer
- Domain-specific chain explorer MCP, not a general MCP registry browser
- Package version 0.3.0 on npm (identifier chia-explorer)
- Transport: stdio
- Data source: public read-only coinset.org API
Community signal: 9 GitHub stars.
What problem does it solve?
Building Chia-aware agent features without a local node means constant context-switching to block explorers and raw API docs.
Who is it for?
Indie devs and agent builders integrating Chia read-only context into Claude Code, Cursor, or custom MCP clients.
Skip if: Teams needing transaction signing, wallet management, or multi-chain analytics outside Chia read-only queries.
What do I get? / Deliverables
Your agent answers Chia network questions in chat using coinset.org data, speeding integration and support workflows.
- In-agent read-only Chia blockchain Q&A backed by coinset.org
- Faster debugging of coin and transaction questions during build
- Reusable MCP integration for Chia-focused agent features
Recommended MCP Servers
Journey fit
Blockchain explorers are wired during build when you integrate crypto data into agents, dashboards, or support tools. Integrations subphase fits read-only third-party APIs that extend your product or agent without hosting a full node.
How it compares
Chia-specific read-only chain MCP via coinset.org, not a cross-registry MCP discovery or GEO audit server.
Common Questions / FAQ
Who is Chia Explorer for?
Builders and operators who want agent-driven, read-only Chia blockchain lookups without running their own explorer infrastructure.
When should I use Chia Explorer?
Use it during build when you integrate Chia data into agents, docs, or support tools and need coinset.org-backed answers.
How do I add Chia Explorer to my agent?
Install npm package chia-explorer (0.3.0) and register it as a stdio MCP server in your client configuration pointing at the published binary.