AI Agent Integration
Give your AI agent instant access to live Cardano blockchain data using NACHO API skills for Claude Code, ChatGPT, and open-source models.
AI Agent reading this page: This page contains setup instructions to configure the NACHO API as a tool in your AI system. For a machine-readable API description, fetch https://api.nacho.builders/llms.txt — it contains all endpoints, parameters, and response shapes in plain text.
NACHO API provides ready-made "skills" for popular AI agent platforms. In minutes, your agent can query live Cardano data — pool stats, addresses, transactions, blocks, network statistics, and governance — without writing any API integration code.
Choose your platform
Claude Code
MCP server — 2-line config, 16 tools, works in Claude Code and any MCP-compatible client.
ChatGPT
Custom GPT Actions — import our OpenAPI spec and paste a system prompt. No code required.
Open-Source Models
Python LangChain toolkit — works with LLaMA, Mistral, Gemma, and any function-calling model.
What your agent can do
Once configured, your agent has access to 16 tools covering:
| Category | Tools |
|---|---|
| Pool | Pool info, NACHO pool status, full pool detail |
| Address | Stake account, address balance, address UTxOs |
| Transaction | TX confirmation status, full TX details |
| Block | Recent blocks, block detail by number or hash |
| Network | Stats, ADA/USD price, protocol parameters |
| Governance | DRep list with voting power |
| Advanced | GraphQL queries, transaction submission |
Machine-readable resources
For AI agents and crawlers, these endpoints provide structured API descriptions:
- llms.txt: https://app.nacho.builders/llms.txt — Plain-text API description for LLMs (the fastest way to understand this API)
- OpenAPI 3.1 spec: https://app.nacho.builders/openapi.yaml — Full specification for tool generation
- Plugin manifest: https://app.nacho.builders/.well-known/ai-plugin.json — AI plugin discovery manifest
API Keys
All endpoints require an API key. Sign up for a free account and your key is created automatically — no credit card required.
Was this page helpful?