How to Use the Bitquery (Web3 Blockchain GraphQL APIs) MCP in Cursor
Write Web3 code in Cursor using live blockchain data pulled directly by your agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bitquery (Web3 Blockchain GraphQL APIs) MCP to Cursor
Create your Vinkius account to connect Bitquery (Web3 Blockchain GraphQL APIs) 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 blockchain code using live GraphQL schemas
Stop coding with stale mock data or outdated blockchain structures. Your agent uses `query_v2` inside Cursor to fetch active smart contract events, DEX trades, and balance updates while you write your smart contracts. The agent injects real-time Web3 data straight into your active editor. You can instantly see if your parser handles the actual payload structure returned by the live network.
Generate valid GraphQL queries for your codebase
Let your agent write your data fetching logic by testing queries in real time. This MCP Server executes `query_v1` to verify historical data schemas before committing the code to your repository. Cursor reads the live API output to fix syntax errors in your GraphQL strings. You get working code on the first try without manual testing cycles.
Manage Web3 API sessions directly in Cursor
Secure your development workflow by letting the agent call `generate_token` to refresh your API credentials using this MCP tool. This prevents you from hardcoding sensitive secret keys into your local workspace files. The server manages the OAuth flow in the background. You can focus on building your decentralized app while the editor handles token rotation.
Set up Bitquery (Web3 Blockchain GraphQL APIs) 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 Bitquery (Web3 Blockchain GraphQL APIs) 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 Bitquery (Web3 Blockchain GraphQL APIs) transactions." If the MCP tools are loaded correctly, Cursor will call the Bitquery (Web3 Blockchain GraphQL APIs) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"bitquery-web3-blockchain-graphql-apis-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 Bitquery. 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 Bitquery (Web3 Blockchain GraphQL APIs) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bitquery (Web3 Blockchain GraphQL APIs) MCP today
We host it, we monitor it, we maintain it. You just paste one token.