CommunicationAuto-generated
Registry API MCP Server
The Registry service allows teams to manage descriptions of APIs.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apigee-local-registry
Environment Variables
REGISTRY_API_API_KEYExample: your_registry_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apigee-local-registry": {
"command": "npx",
"args": ["-y","@mcp/apigee-local-registry"],
"env": {
"REGISTRY_API_API_KEY": "your_registry_api_api_key"
}
}
}
}Endpoints
GET
/v1/projects/{project}/locations/{location}/apisRegistry_ListApis
POST
/v1/projects/{project}/locations/{location}/apisRegistry_CreateApi
GET
/v1/projects/{project}/locations/{location}/apis/{api}Registry_GetApi
DELETE
/v1/projects/{project}/locations/{location}/apis/{api}Registry_DeleteApi
PATCH
/v1/projects/{project}/locations/{location}/apis/{api}Registry_UpdateApi
GET
/v1/projects/{project}/locations/{location}/apis/{api}/deploymentsRegistry_ListApiDeployments
POST
/v1/projects/{project}/locations/{location}/apis/{api}/deploymentsRegistry_CreateApiDeployment
GET
/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}Registry_GetApiDeployment
DELETE
/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}Registry_DeleteApiDeployment
PATCH
/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}Registry_UpdateApiDeployment