Discover AI Agents Across Registries
Search 18,000+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server for agent discovery.
Why it matters
Find the optimal AI agent or MCP server for any task by searching a unified directory of over 18,000 indexed entries across multiple protocols and registries.
Outcomes
What it gets done
Search for MCP servers capable of specific tasks (e.g., database queries, file conversion).
Discover A2A agents for functionalities like code review.
Validate and check the discoverability of your own agents.txt files.
Programmatically access the agent directory via an MCP server.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/ag-global-chat-agent-discovery | bash Overview
Global Chat Agent Discovery
Global Chat Agent Discovery aggregates MCP servers and AI agents from 6+ registries into a single searchable directory of 18,000+ indexed entries. It provides both a web interface and an MCP server for programmatic access, enabling you to search across multiple protocols (MCP, A2A, agents.txt) simultaneously. Use this skill when you need to find an MCP server for a specific capability like database access, file conversion, or API integration. Use it when evaluating which agent registries carry tools for your use case, or when setting up agent-to-agent communication and need to discover available endpoints. Do NOT use this as a substitute for environment-specific validation or testing of the agents you discover.
What it does
Global Chat Agent Discovery aggregates MCP servers and AI agents from 6+ registries into a single searchable directory of 18,000+ indexed entries. It provides both a web interface and an MCP server (@global-chat/mcp-server) for programmatic access, enabling you to search across multiple protocols (MCP, A2A, agents.txt) simultaneously to find the right tool for any task.
When to use - and when NOT to
Use this skill when you need to find an MCP server for a specific capability like database access, file conversion, or API integration. Use it when evaluating which agent registries carry tools for your use case, or when setting up agent-to-agent communication and need to discover available endpoints. Use it to search across multiple protocols simultaneously rather than checking each registry individually.
Do NOT use this as a substitute for environment-specific validation or testing of the agents you discover. Do NOT treat search results as verified or production-ready without your own evaluation.
Inputs and outputs
You provide search queries describing the capability you need (e.g., "PostgreSQL database queries", "PDF file conversion", "code review"). You can filter by protocol type (MCP, A2A, agents.txt) or registry source. You receive a list of matching servers or agents with details about their capabilities, source registries, and installation instructions.
For agents.txt validation, you provide your domain or paste your agents.txt content and receive instant feedback on format compliance and discoverability.
Integrations
The MCP server integrates with any MCP-compatible client. Specifically documented:
- Claude - MCP client support for agent discovery
- Cursor - MCP client support for agent discovery
- Codex - MCP client support for agent discovery
Install the MCP server globally:
npm install -g @global-chat/mcp-server
Add to your MCP client configuration:
{
"mcpServers": {
"global-chat": {
"command": "npx",
"args": ["-y", "@global-chat/mcp-server"]
}
}
}
Then query from your agent:
Search Global Chat for MCP servers that handle PostgreSQL database queries.
The web directory is available at https://global-chat.io for manual browsing, and the validator at https://global-chat.io/validate for agents.txt compliance checking.
Who it's for
Developers building AI agent workflows who need to discover and evaluate MCP servers across multiple registries. Agent platform maintainers who want to validate their agents.txt files for maximum discoverability. Teams setting up agent-to-agent communication who need to find compatible endpoints across different protocols. Anyone comparing agent registry coverage for specific domains like Kubernetes management, database tools, or file processing.
Use the MCP server for automated workflows and agent-to-agent discovery. Use the web directory for manual exploration and comparison. Check multiple registries since coverage varies significantly by domain.
Source README
Global Chat is a cross-protocol AI agent discovery platform that aggregates MCP servers and AI agents from 6+ registries into a single searchable directory. This skill helps you find the right MCP server, A2A agent, or agents.txt endpoint for any task by searching across 18,000+ indexed entries. It also provides an MCP server (@global-chat/mcp-server) for programmatic access to the directory from any MCP-compatible client.
FAQ
Common questions
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.