Apicurio Registry API MCP Config
Apicurio Registry is a datastore for standard event schemas and API designs. Apicurio Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without n
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apicurio-local-registry.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apicurio-local-registry.json to fetch programmatically.
{
"mcpServers": {
"apicurio-local-registry": {
"command": "npx",
"args": ["-y","@mcp/apicurio-local-registry"],
"env": {
"APICURIO_REGISTRY_API_API_KEY": "your_apicurio_registry_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apicurio-local-registry.jsonEnvironment Variables
APICURIO_REGISTRY_API_API_KEYReplace your_apicurio_registry_api_api_key with your actual apicurio registry api api key
Endpoints
/artifactsList all artifact IDs
/artifactsCreate artifact
/artifacts/{artifactId}Get latest artifact
/artifacts/{artifactId}Update artifact
/artifacts/{artifactId}Delete artifact
/artifacts/{artifactId}/metaGet artifact metadata
/artifacts/{artifactId}/metaGet artifact metadata by content
/artifacts/{artifactId}/metaUpdate artifact metadata
/artifacts/{artifactId}/rulesList artifact rules
/artifacts/{artifactId}/rulesCreate artifact rule