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/servers

List verified MCP servers with category, auth, transport, and security metadata.

POST/api/v1/servers

Create a private hosted MCP server deployment from a registry package or Git repository.

GET/api/v1/categories

Return server category counts and canonical directory links.

GET/api/v1/stats/p99

Return p50, p90, p99, error rate, and sample count by region and service.

POST/api/v1/executions

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