Card snapshot
mcpcentral.io
·
2026-08-28 02:24:27 UTC
·
488f728c325b731452155b45cfd1dcd721276dd8424d8294b83c5622b216330e
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "MCP Central - mcpcentral.io",
"description": "Model Context Protocol (MCP) server registry providing discovery and integration of AI-powered tools and extensions",
"version": "1.5.0",
"protocolVersion": "0.3.0",
"url": "https://mcpcentral.io/api/a2a/service",
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"supportedInterfaces": [
{
"url": "https://mcpcentral.io/api/a2a/service",
"transport": "JSONRPC"
},
{
"url": "https://mcpcentral.io/api/servers",
"transport": "HTTP+JSON"
},
{
"url": "https://mcpcentral.io/api/skills",
"transport": "HTTP+JSON"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"jsonrpc": {
"endpoint": "https://mcpcentral.io/api/a2a/service",
"batchRequests": false,
"extensions": []
}
},
"serviceEndpoints": {
"registry.list_servers": "https://mcpcentral.io/api/a2a/registry/list",
"registry.get_server": "https://mcpcentral.io/api/a2a/registry/get",
"registry.search_servers": "https://mcpcentral.io/api/a2a/registry/search",
"registry.get_metadata": "https://mcpcentral.io/api/a2a/registry/metadata",
"registry.get_statistics": "https://mcpcentral.io/api/a2a/registry/stats",
"skills.list_skills": "https://mcpcentral.io/api/a2a/skills/list",
"skills.search_skills": "https://mcpcentral.io/api/a2a/skills/search",
"skills.get_skill": "https://mcpcentral.io/api/a2a/skills/get"
},
"restEndpoints": {
"servers.list": {
"url": "https://mcpcentral.io/api/servers",
"method": "GET",
"description": "List MCP servers with pagination",
"parameters": {
"limit": "Number (default: 20, max: 100)",
"offset": "Number for pagination",
"sort": "'stars' | 'name' | 'updated'",
"source": "'registry' | 'admin' | null"
}
},
"servers.get": {
"url": "https://mcpcentral.io/api/servers/{id}",
"method": "GET",
"description": "Get specific server details"
},
"capabilities.search": {
"url": "https://mcpcentral.io/api/capabilities/search",
"method": "GET",
"description": "Full-text search across server capabilities",
"parameters": {
"q": "Search query (required)",
"type": "'tools' | 'resources' | 'prompts'",
"limit": "Number (default: 20)"
}
},
"capabilities.stats": {
"url": "https://mcpcentral.io/api/capabilities/stats",
"method": "GET",
"description": "Aggregate capability statistics"
},
"categories.list": {
"url": "https://mcpcentral.io/api/categories",
"method": "GET",
"description": "List all server categories"
},
"health.registry": {
"url": "https://mcpcentral.io/api/registry/health",
"method": "GET",
"description": "Check registry API health"
},
"health.sync": {
"url": "https://mcpcentral.io/api/sync/status",
"method": "GET",
"description": "Check D1 database sync status"
},
"skills.list": {
"url": "https://mcpcentral.io/api/skills",
"method": "GET",
"description": "List agent skills with pagination",
"parameters": {
"limit": "Number (default: 20, max: 100)",
"cursor": "Pagination cursor",
"sort": "'stars' | 'name' | 'updated_at' | 'file_count' | 'recommended'",
"search": "Search query string",
"origin_domain": "Filter by publisher domain",
"agent": "Filter by compatible agent"
}
},
"skills.get": {
"url": "https://mcpcentral.io/api/skills/{id}",
"method": "GET",
"description": "Get specific skill details including SKILL.md content"
},
"useCases.list": {
"url": "https://mcpcentral.io/api/use-cases",
"method": "GET",
"description": "List Claude use cases by domain, activity, and surface (auth required)",
"parameters": {
"domain": "Filter by domain id (e.g. 'sales', 'nonprofit')",
"activity": "Filter by activity id (e.g. 'create', 'analyze')",
"surface": "Filter by surface id (e.g. 'claude_chrome')",
"q": "Full-text search query",
"limit": "Number (default: 50, max: 200)"
}
},
"useCases.get": {
"url": "https://mcpcentral.io/api/use-cases/{id}",
"method": "GET",
"description": "Get use case detail including features, recommended skills, and patterns (auth required)"
},
"blueprints.card": {
"url": "https://mcpcentral.io/cards/blueprint/{id}",
"method": "GET",
"description": "Public canonical blueprint card. Bundles model, system prompt, allowed tools, attached compliance policies, and recommended use cases. Returns 404 unless blueprint status='published'."
},
"policyRegistry.list": {
"url": "https://mcpcentral.io/api/policy-registry/templates",
"method": "GET",
"description": "List published platform compliance policy templates (auth required)"
},
"compliance.policies": {
"url": "https://mcpcentral.io/api/organizations/compliance/policies",
"method": "GET",
"description": "List the calling org's compliance policies (auth required)"
}
},
"cards": {
"blueprint": {
"urlTemplate": "https://mcpcentral.io/cards/blueprint/{id}",
"schema": "https://mcpcentral.io/schemas/cards/blueprint/v1.json",
"description": "Canonical agent blueprint card. Replace {id} with the blueprint UUID. Public when status='published'."
},
"server": {
"urlTemplate": "https://mcpcentral.io/api/apps/{slug}/server-card.json",
"schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
"description": "SEP-1649 server card for an mcpcentral-hosted user app. Replace {slug} with the app slug."
},
"registryServer": {
"url": "https://mcpcentral.io/.well-known/mcp/server-card.json",
"schema": "https://modelcontextprotocol.io/schemas/server-card/v1.0",
"description": "SEP-1649 server card for the mcpcentral.io A2A registry itself."
}
},
"skills": [
{
"id": "mcp-registry-list",
"name": "List MCP Servers",
"description": "List MCP servers with pagination support. Returns server names, descriptions, GitHub stars, and installation URLs.",
"tags": [
"mcp",
"registry",
"list",
"servers",
"discovery"
],
"examples": [
"List all MCP servers",
"Show me the top 10 MCP servers by stars",
"Get the next page of servers"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "mcp-registry-search",
"name": "Search MCP Servers",
"description": "Search MCP servers by name, description, or tags. Supports full-text search across the registry.",
"tags": [
"mcp",
"registry",
"search",
"query",
"find"
],
"examples": [
"Search for filesystem MCP servers",
"Find MCP servers for database access",
"Search for GitHub-related MCP tools"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "mcp-registry-get",
"name": "Get Server Details",
"description": "Get detailed information about a specific MCP server including installation instructions, capabilities, and metadata.",
"tags": [
"mcp",
"registry",
"details",
"server",
"info"
],
"examples": [
"Get details for the filesystem MCP server",
"Show me information about @anthropic/mcp-server-memory"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "mcp-registry-metadata",
"name": "Get Registry Metadata",
"description": "Get registry metadata including schema information, available fields, and API documentation.",
"tags": [
"mcp",
"registry",
"metadata",
"schema",
"api"
],
"examples": [
"What fields are available in the registry?",
"Show me the registry schema"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "mcp-registry-stats",
"name": "Get Registry Statistics",
"description": "Get registry usage statistics including total server count, category breakdown, and popularity metrics.",
"tags": [
"mcp",
"registry",
"statistics",
"metrics",
"analytics"
],
"examples": [
"How many MCP servers are in the registry?",
"Show me registry statistics"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "agent-skills-list",
"name": "List Agent Skills",
"description": "List agent skills with pagination support. Returns skill names, descriptions, allowed tools, and compatible agents.",
"tags": [
"skills",
"agents",
"list",
"discovery"
],
"examples": [
"List all agent skills",
"Show me skills compatible with Claude Code",
"Find skills from developers.cloudflare.com"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "agent-skills-search",
"name": "Search Agent Skills",
"description": "Search agent skills by name, description, or allowed tools.",
"tags": [
"skills",
"search",
"query",
"find"
],
"examples": [
"Search for deployment skills",
"Find skills that use Bash tool",
"Search for wrangler skills"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "agent-skills-get",
"name": "Get Skill Details",
"description": "Get detailed information about a specific agent skill including SKILL.md content, files, and metadata.",
"tags": [
"skills",
"details",
"info"
],
"examples": [
"Get details for the wrangler skill",
"Show me the mcp-server-discovery skill"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
}
],
"legacySkills": [
{
"name": "registry",
"description": "Access and search MCP server registry (JSON-RPC methods)",
"methods": [
{
"name": "list_servers",
"description": "List MCP servers with pagination support",
"parameters": {
"limit": "Number of servers to return (default: 20, max: 100)",
"cursor": "Pagination cursor for next page",
"sort": "Sort order: 'stars' (default) or 'name'",
"source": "Filter by source: 'registry', 'pulse', or null for all"
}
},
{
"name": "get_server",
"description": "Get detailed information about a specific MCP server",
"parameters": {
"id": "The server ID or name"
}
},
{
"name": "search_servers",
"description": "Search MCP servers by name, description, or tags",
"parameters": {
"query": "Search query string",
"limit": "Maximum results to return (default: 20, max: 100)",
"source": "Filter by source: 'registry', 'pulse', or null for all"
}
},
{
"name": "get_metadata",
"description": "Get registry metadata and schema information",
"parameters": {}
},
{
"name": "get_statistics",
"description": "Get registry usage statistics and metrics",
"parameters": {}
}
]
}
],
"rateLimit": {
"requestsPerMinute": 100,
"requestsPerHour": 2000
},
"authenticationSchemes": [],
"contact": {
"email": "support@mcpcentral.io",
"website": "https://mcpcentral.io"
},
"license": {
"type": "MIT",
"url": "https://mcpcentral.io/license"
},
"documentation": "https://mcpcentral.io/docs"
}