4,500+ servers built on MCP Fusion
Vinkius
Toket logo
Vinkius
CrewAI logo

How to Use the Toket MCP in CrewAI

Run autonomous operations on Toket assets with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Toket MCP on Cursor AI Code Editor MCP Client Toket MCP on Claude Desktop App MCP Integration Toket MCP on OpenAI Agents SDK MCP Compatible Toket MCP on Visual Studio Code MCP Extension Client Toket MCP on GitHub Copilot AI Agent MCP Integration Toket MCP on Google Gemini AI MCP Integration Toket MCP on Lovable AI Development MCP Client Toket MCP on Mistral AI Agents MCP Compatible Toket MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Toket MCP to CrewAI

Create your Vinkius account to connect Toket to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automate NFT Collection Research

You don't just run a tool; you deploy specialized agents. An 'Inventory Agent' can use `list_collections` to pull all available collections, while an 'Analysis Agent' simultaneously uses `get_collection` to pull specific metadata for deep review. This role-based specialization lets you compare dozens of collections without writing repetitive code.

Monitor and Act on Minting Events

Set up a system where an 'Execution Agent' calls `mint_nft`. A separate 'Monitoring Agent' continuously uses `get_mint_status` to watch for completion. If the status stalls, a third 'Escalation Agent' can flag it and alert you. This autonomous monitoring handles complex operations without human oversight.

Process Full E-commerce Cycles

You can build a multi-agent pipeline to manage payments. Agent A checks the `get_gas_tank_status`. Agent B uses that data and executes `easy_mint` after verifying payment methods (Bitcoin, Ethereum, etc.). The sequence is managed by the crew's shared memory, ensuring every agent knows what the others have done.

Setup guide

Set up Toket MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Toket tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Toket Analyst",
    goal="Access and analyze Toket data via MCP.",
    backstory="Expert analyst with direct Toket access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Toket transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 Toket MCP in CrewAI

CrewAI assigns roles. You can give one agent the job of 'Payment Processor' who executes `mint_nft` after another agent verifies the gas balance using `get_gas_tank_status`. The collaboration is key.
The server exposes structured e-commerce and NFT asset data: collection names, minting status, listing of assets (`list_mints`), and details about collections. This is the shared knowledge base for your agents.
Yes. You define a goal—like 'List all active collections and check their gas balance.' The crew then automatically executes `list_collections` and `get_gas_tank_status` in the right order.
You define hierarchical execution. If one agent fails (e.g., a mint attempt), the moderator agent can take over, running a recovery tool or notifying you without stopping the entire process.
This server handles crypto payments and NFT metadata. It touches collection identifiers, wallet addresses, gas tank balances, and transaction hashes for every minting action.

Start using the Toket MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Toket. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.