One command. Any framework. Full blockchain API access.
A skill for AI coding agents that automatically integrates the Tatum blockchain API into any project. Detects your framework, writes code, installs dependencies, and configures everything.
npx skills add https://github.com/tatumio/tatum-integration-skill --skill tatumThen just tell it what you need:
/tatum add balance checking for Ethereum
/tatum add webhook for Bitcoin transactions
/tatum add NFT balance checking
/tatum add crypto price tracking| Feature | Description | |
|---|---|---|
| 🔍 | Auto-Detection | Detects your framework: Express, FastAPI, Spring Boot, Django, Laravel, and more |
| 🏗️ | Code Generation | Creates service files, controllers, and routes following your project conventions |
| 📦 | Dependency Management | Installs packages automatically (npm install, pip install, etc.) |
| 🔐 | Environment Config | Configures .env with your Tatum API key |
| 🆕 | Latest APIs | Uses v4 endpoints (latest, non-deprecated) |
| 🔗 | MCP-Enhanced | Validates API params & responses via live MCP calls when Tatum MCP is installed |
| Language | Frameworks |
|---|---|
| JavaScript / TypeScript | Express · NestJS · Fastify · Koa |
| Python | FastAPI · Django · Flask |
| Java | Spring Boot · Quarkus · Micronaut |
| PHP | Laravel · Symfony · Slim |
| Go | Gin · Echo · Chi |
| Ruby | Rails · Sinatra |
| Category | Examples |
|---|---|
| V4 Data API | Wallets, transactions, tokens, NFTs, DeFi, staking, exchange rates |
| V4 Notifications | Webhook subscriptions, templates, filtering, HMAC verification |
| V3 Chain-Specific | TRON · XLM · XRP · ADA · Algorand |
60+ blockchain networks including Ethereum, Bitcoin, Polygon, Solana, Arbitrum, Base, and more.
If you have the Tatum MCP server installed, this skill automatically detects it and uses live API calls to validate request parameters and response structures before generating code resulting in more accurate integrations.
Don't have it? No problem, the skill works without it using built-in reference docs. But if you want the enhanced experience:
npm install -g @tatumio/blockchain-mcpThen add to your MCP config (.claude/mcp.json, .cursor/mcp.json, etc.):
{
"mcpServers": {
"tatumio": {
"command": "npx",
"args": ["@tatumio/blockchain-mcp"],
"env": {
"TATUM_API_KEY": "YOUR_API_KEY"
}
}
}
}| Resource | Description |
|---|---|
| 📘 Skill.md | Complete integration workflow |
| 📋 API Parameters | Request parameters for all endpoints |
| 📤 API Responses | Response schemas for all endpoints |
| 📖 Data API Reference | Full API reference |
| 💡 Framework Examples | Express, FastAPI, Spring Boot, Django, Laravel |
- 🐛 GitHub Issues : Report bugs or request features
- 📖 Tatum Docs : Official API documentation
MIT License · Built with ❤️ by Tatum