Model Context Protocol
Connect your own MCP server.
MCP is the open standard for exposing tools to LLMs. If you already run an MCP server — for your codebase, your CRM, your internal docs — Agenteam5 agents can call it the same way Claude Desktop and Cursor do.
Status: invite-only beta
Bring-your-own MCP server is gated behind a manual onboarding today. We need to verify the server is safe to call from our backend (rate limits, auth model, sandboxing). Email hello@agenteam5.com with the server URL + a one-paragraph description and we’ll turn it on for your account.
What you’ll need
- An MCP server reachable over HTTPS (SSE or HTTP transport).
- An auth scheme — Bearer token, OAuth, or signed-request.
- Documentation of the tools your server exposes.
- A sandbox or rate limit on the server side — agents can call it many times per run.
Don’t have an MCP server yet?
The 31 integrations on the Integrations page already cover most founder data sources via Composio (managed OAuth) or direct API. Start there. MCP is for when you have something custom.
Browse integrations