skills/global-chat-agent-discovery/SKILL.md
Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server.
npx skillsauth add ranbot-ai/awesome-skills global-chat-agent-discoveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 sessionstesting
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.