REST + MCP Gateway
API documentation
Build discovery, deployment, analytics, and tool execution workflows against one authenticated control plane.
curl https://mcpserver.in/api/v1/stats/p99?region=in-mumbai \
-H "Authorization: Bearer $MCP_API_KEY" \
-H "Accept: application/json"GET
/api/v1/serversList verified MCP servers with category, auth, transport, and security metadata.
POST
/api/v1/serversCreate a private hosted MCP server deployment from a registry package or Git repository.
GET
/api/v1/categoriesReturn server category counts and canonical directory links.
GET
/api/v1/stats/p99Return p50, p90, p99, error rate, and sample count by region and service.
POST
/api/v1/executionsInvoke an MCP tool through the zero-trust gateway with audit logging.
API keys
Scoped keys, rotation windows, and per-server execution limits.
Server registry
Verified metadata, package provenance, and category search.
Live explorer
Swagger/OpenAPI explorer with signed trial requests.