How to Use the Allnodes (Staking and Web3 Hosting API) MCP in Cursor
Inject live Allnodes data on your validators, nodes, and staking directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Allnodes (Staking and Web3 Hosting API) MCP to Cursor
Create your Vinkius account to connect Allnodes (Staking and Web3 Hosting 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.
Get Real Node Status in Your Editor
You're writing a script that needs to know about your web3 infrastructure. Instead of using mock data, just ask Cursor's agent to call `get_fullnodes` or `get_validator`. It injects the actual JSON response from the Allnodes API directly into your editor. No more placeholders. This is great for debugging or updating configs. Highlight a node ID in your code, right-click, and tell the agent to get its status using `get_fullnode`. It will replace a stale configuration block with live data. It saves you a trip to the browser or terminal.
Automate Staking with Cursor
When you're writing an automation script, you can build it with real API calls from the start. Tell the agent, "draft a function to stake 10 DOT." It will use the `staking_action` tool to understand the required parameters and generate the correct code for the Allnodes API. This works for provisioning, too. You can use the `host_node` or `host_instant_server` tools to script infrastructure setup. The agent can pull available server types with `get_instant_server_profiles` and then help you write the code to spin up a new server, all inside your editor.
Manage Infrastructure from the MCP Server
Sometimes you just need to do a quick admin task without breaking your coding flow. Tell Cursor's agent to `restart_fullnode` with a specific ID. The command runs in the background via the MCP Server. You don't have to leave your editor. It's also a solid way to manage access while you're coding. Need to add a teammate's key to a server? Just ask the agent to `add_ssh_key`. It calls the Allnodes API for you, so you can handle ops without switching gears.
Set up Allnodes (Staking and Web3 Hosting 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 Allnodes (Staking and Web3 Hosting 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 Allnodes (Staking and Web3 Hosting API) transactions." If the MCP tools are loaded correctly, Cursor will call the Allnodes (Staking and Web3 Hosting API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"allnodes-staking-and-web3-hosting-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 Allnodes. 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 Allnodes (Staking and Web3 Hosting API) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Allnodes (Staking and Web3 Hosting API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.