How to Use the TzKT (Tezos Indexer & Explorer API) MCP in Cursor
TzKT (Tezos Indexer & Explorer API): Live blockchain data context for your Cursor coding sessions.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TzKT (Tezos Indexer & Explorer API) MCP to Cursor
Create your Vinkius account to connect TzKT (Tezos Indexer & Explorer API) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write Code That Uses Real Tezos Data
The `get_account` tool pulls detailed info on any specific account, letting you immediately inject that real-world data into the code block you're writing. You aren't stuck with stubs; your AI agent calls the live API. Need to verify a complex operation? Run `get_operations_by_hash`. The resulting data feeds directly into your script, making testing way more accurate.
Audit Smart Contracts in Your Project
When working on smart contract integrations, the tools help you read the logic. Use `list_contracts` to find target assets, and then pull the source code via `get_contract_code`. This ensures your development is based on current contract specifications. You can also list available functions using `get_contract_entrypoints`, so you know exactly which methods to call in your typed language.
Build Reporting Functions with the MCP Server
The `list_accounts` tool lets you filter accounts by balance or activity, giving you a targeted list for your codebase. You can also get all token balances using `list_token_balances`. The data flows directly into your editor's context. For reporting, the `get_account_report` generates a JSON structure that's ready to be consumed by your program.
Set up TzKT (Tezos Indexer & Explorer API) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the TzKT (Tezos Indexer & Explorer API) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent TzKT (Tezos Indexer & Explorer API) transactions." If the MCP tools are loaded correctly, Cursor will call the TzKT (Tezos Indexer & Explorer API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"tzkt-tezos-indexer-explorer-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by TzKT. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about TzKT (Tezos Indexer & Explorer API) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TzKT (Tezos Indexer & Explorer API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.