MCP Central - mcpcentral.io
mcpcentral.io
Model Context Protocol (MCP) server registry providing discovery and integration of AI-powered tools and extensions
mcpcentral.io via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 54/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-28 02:24:27 current | 488f728c325b… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Skills · 8 declared · mapped to canonical taxonomy
List MCP servers with pagination support. Returns server names, descriptions, GitHub stars, and installation URLs.
Search MCP servers by name, description, or tags. Supports full-text search across the registry.
Get detailed information about a specific MCP server including installation instructions, capabilities, and metadata.
Get registry metadata including schema information, available fields, and API documentation.
Get registry usage statistics including total server count, category breakdown, and popularity metrics.
List agent skills with pagination support. Returns skill names, descriptions, allowed tools, and compatible agents.
Search agent skills by name, description, or allowed tools.
Get detailed information about a specific agent skill including SKILL.md content, files, and metadata.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcpcentral.io) [](https://agenstry.com/agents/mcpcentral.io) [](https://agenstry.com/agents/mcpcentral.io) [](https://agenstry.com/agents/mcpcentral.io)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
}