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

How to Use the TrueFoundry MCP in CrewAI

Run autonomous operations and specialized agents with CrewAI and MCP Server tooling.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect TrueFoundry MCP to CrewAI

Create your Vinkius account to connect TrueFoundry 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

Specialized Tool Exposure for Agents

You pass the TrueFoundry endpoint URL directly into your agent's configuration. For fine-tuning, use `tool_filter` to selectively expose only the necessary tools—like `truefoundry_list_gateway_models`—to specific agents. This keeps your crew focused and prevents agents from trying to call irrelevant endpoints.

Run Chat Operations for Research Agents

Give a research agent the ability to interact with external knowledge using `truefoundry_run_gateway_chat`. The agent can dynamically query the TrueFoundry gateway, gathering information that feeds into the final report. This allows your multi-agent crew to perform live data collection as part of their collaborative task.

Monitor and Manage Services Collaboratively

The team needs visibility. Agents can check service status or list available tools using `truefoundry_list_mcp_servers` or `truefoundry_get_deployment_status`. The monitor agent compiles this data for the final review. This makes environment management a core part of your autonomous operation.

Setup guide

Set up TrueFoundry 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 TrueFoundry tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent TrueFoundry 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 TrueFoundry MCP in CrewAI

You pass the MCP Server URL into the `Agent` configuration list. The crew then treats all exposed tools, like `truefoundry_generate_embeddings`, as available methods for any agent to use.
Yes. One specialized agent can be assigned the role of 'DevOps Manager' whose sole job is calling `truefoundry_deploy_mcp_server` or checking status via `truefoundry_list_deployments`.
The server touches tool schemas, represented as JSON metadata. This is the exact information that defines what capabilities are available to your collaborative agent team.
CrewAI supports stdio, SSE, and Streamable HTTP transports for connecting to MCP Servers. This flexibility ensures reliable communication regardless of how you run the crew.
It's built for it. By providing a unified gateway, TrueFoundry acts as a single source of truth and capability registry for your entire autonomous crew.

Start using the TrueFoundry 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 TrueFoundry. 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.