MewCPMewCP
  • AstheTech
  • Contact Us
  • Documentation
  • MewCP Auth API
Have a question?
  • ✉ Contact us - our dev team will reach out as soon as possible

© 2026 MewCP. All rights reserved.

githubx
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.

Explore MewCPRead the docs
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],
)
Documentation
Get from a new account to your first tool call in about 5 minutes.
Connect an agent
Google ADK, CrewAI, LangChain, OpenAI Agents, or the Claude SDK.
Authentication
MewCP keys, account API keys, OAuth, and static credentials.
API Catalog
Browse the full MewCP Auth API reference.

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.

Agent frameworks

Google ADKCrewAILangChain (Python)LangChain (TypeScript)OpenAI AgentsClaude SDK

Clients

Claude DesktopVS Code & CursorCodexTypeScriptPython

Ready to connect your first agent?

Create a free MewCP account and give your agent access to its first tool today.

Explore MewCPGet started