A MetaMCP Endpoint is a public interface that exposes a namespace as an accessible MCP server. Endpoints handle authentication and provide URLs that MCP clients can connect to.Documentation Index
Fetch the complete documentation index at: https://docs.metamcp.com/llms.txt
Use this file to discover all available pages before exploring further.
What are Endpoints?
Endpoints serve as the bridge between your internal namespaces and external MCP clients:- Expose namespaces as public MCP servers
- Handle authentication via API keys
- Support multiple transports (SSE, Streamable HTTP, OpenAPI)
Example Endpoint URLs
Endpoint Management
Available Actions
From the endpoints dashboard, you can:- Edit endpoint settings
- Copy URLs for different transport types
- View the associated namespace
- Delete endpoints
URL Formats
Each endpoint provides multiple URL formats:- SSE:
/metamcp/{name}/sse - Streamable HTTP:
/metamcp/{name}/mcp - OpenAPI:
/metamcp/{name}/api - OpenAPI Schema:
/metamcp/{name}/api/openapi.json
Next Steps
API Keys
Generate API keys for secure endpoint access
Namespaces
Learn about organizing MCP servers into namespaces
Integration Guides
Connect your endpoints to MCP clients
MCP Servers
Manage the MCP servers within your namespaces