Tool layer that gives AI agents secure, managed access to 1000+ toolkits and 20,000+ tools across SaaS apps, exposed via MCP or direct APIs. It handles authentication, tool search, and context management, and its MCP Gateway hands each team a managed endpoint to paste into Claude, Cursor, or ChatGPT. The core is MIT-licensed; a free tier covers 20K tool calls per month.
MCP · Composio
Composio
1000+ authenticated toolkits for AI agents, via MCP or API.
Model support
Model-agnostic
Where it runs
- API
Tags
- #mcp
- #tool-use
- #integrations
- #agents
- #auth
Related in MCP
View GitHub MCP details MCPFREEOSSGIGitHub MCP
GitHub
Reads + writes GitHub from any MCP-aware agent.
Official GitHub MCP server. Wired into Claude Code and most agentic surfaces to read PRs, post comments, create branches, and run secret-scanning. Used daily at Blokz.
AI insight: Beyond PRs and issues it exposes secret-scanning, so an agent can audit a repo's security, not just read its code.
- mcp
- git
- code-review
- open-source
View Supabase MCP details MCPFREEOSSSUSupabase MCP
Supabase
Postgres + auth + edge functions from inside the agent.
MCP server that exposes Supabase project ops — list tables, apply migrations, deploy edge functions, fetch advisors. Removes a context-switch cliff between code and database.
AI insight: Lets an agent run Postgres migrations and deploy edge functions in-context, erasing the usual jump between editor and database dashboard.
- mcp
- database
- postgres
- open-source
View Vercel MCP details MCPFREEARCHIVEDVEVercel MCP
Vercel
Deploys + build logs + runtime logs in agent context.
Vercel-native MCP server for deploying directly from chat, inspecting build/runtime logs, and reading deployment metadata. Original github.com/vercel/mcp community URL is no longer published; first-party MCP integration ships via the Vercel docs.
AI insight: Archived here: the community github.com/vercel/mcp URL was retired once Vercel folded MCP into its first-party platform instead.
- mcp
- deploy
- logs