For every LLM, every agent framework
Give your agents access to the real world
MewCP connects any LLM or agent to the tools and services it needs, auth, credentials, usage controls, and team access all handled for you.
agent.py
from google.adk.agents import LlmAgent
from google.adk.tools.mcp_tool import MCPToolset
from google.adk.tools.mcp_tool.mcp_session_manager import StreamableHTTPConnectionParams
toolset = MCPToolset(
connection_params=StreamableHTTPConnectionParams(
url=f"https://gateway.mewcp.com/{MASKED_ID}/mcp",
headers={"Authorization": f"Bearer {MEWCP_KEY}"},
)
)
agent = LlmAgent(
model="gemini-2.0-flash",
name="web_agent",
instruction="You are a helpful web research assistant.",
tools=[toolset],
)Why MewCP
One connection, every tool
Point an agent at MewCP once and it can call every tool across every server you subscribe to, no per-tool plumbing.
Auth, solved
OAuth and static credentials are handled for you, no custom auth server or manual token plumbing.
Usage controls & observability
Rate limits, quotas, and usage logs across every connected agent and server.
Built for teams
Org accounts, shared credentials, and role-based access, so teams roll out agents without duplicating setup.
Connect in minutes
Pick an agent framework or a client and follow a short guide to your first tool call.
Ready to connect your first agent?
Create a free MewCP account and give your agent access to its first tool today.