From antigravity-awesome-skills
Searches 18K+ MCP servers and AI agents across 6+ registries to find tools for specific tasks. Also validates agents.txt files and provides an MCP server for programmatic access.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:global-chat-agent-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 ...
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.
Install the Global Chat MCP server to search the directory programmatically from Claude Code, Cursor, or any MCP client.
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 ask your agent to search for tools:
Search Global Chat for MCP servers that handle PostgreSQL database queries.
Browse the full directory at https://global-chat.io:
If you maintain an agents.txt file, use the free validator:
You: "Find MCP servers that can convert PDF files to text"
Agent (via Global Chat MCP): Searching across 6 registries...
- @anthropic/pdf-tools (mcpservers.org) — PDF parsing and text extraction
- pdf-converter-mcp (mcp.so) — Convert PDF to text, markdown, or HTML
- ...
You: "What A2A agents are available for code review?"
Agent (via Global Chat MCP): Found 12 A2A agents for code review across 3 registries...
You: "How many registries list tools for Kubernetes management?"
Agent (via Global Chat MCP): 4 registries carry Kubernetes-related agents (23 total entries)...
Problem: Search returns too many results Solution: Add protocol or registry filters to narrow the scope
Problem: MCP server not connecting
Solution: Ensure npx is available and run npx -y @global-chat/mcp-server manually first to verify
@mcp-client - For general MCP client setup and configuration@agent-orchestration-multi-agent-optimize - For orchestrating multiple discovered agents@agent-memory-mcp - For persisting discovered agent information across sessionsnpx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderDiscovers and searches 18K+ MCP servers and AI agents across 6+ registries via Global Chat's cross-protocol directory and MCP server. Use to find tools for database access, file conversion, API integration, or agent endpoints.
Agent-to-Agent (A2A) protocol implementation patterns for Google ADK - exposing agents via A2A, consuming external agents, multi-agent communication, and protocol configuration. Use when building multi-agent systems, implementing A2A protocol, exposing agents as services, consuming remote agents, configuring agent cards, or when user mentions A2A, agent-to-agent, multi-agent collaboration, remote agents, or agent orchestration.
Discovers zero-setup hosted MCP servers (Supabase, Vercel, Sentry, Stripe, Linear, Slack, Greptile) and provides connection URLs for immediate use in any MCP client.