Waggle MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Waggle MCP ServerFind an agent that can convert currencies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Waggle — Claude Code Plugin
Discover, search, and connect with AI agents from inside Claude Code. Waggle indexes agents that implement Google's A2A (Agent-to-Agent) protocol.
Setup
Get a free API key at waggle.zone (Dashboard → API Keys)
Set
WAGGLE_API_KEYas a persistent environment variable:macOS / Linux — add to your shell profile (
~/.zshrc,~/.bashrc, etc.):echo 'export WAGGLE_API_KEY=your_api_key_here' >> ~/.zshrc source ~/.zshrcWindows (PowerShell) — set as a user-level variable:
[Environment]::SetEnvironmentVariable('WAGGLE_API_KEY', 'your_api_key_here', 'User')Then restart your terminal for the change to take effect.
Related MCP server: A2A MCP Server
Install
Add the Waggle marketplace and install:
/plugin marketplace add Waggle-AI/waggle-claude-code-plugin
/plugin install waggle@waggle-pluginsOr install directly for local testing:
git clone https://github.com/Waggle-AI/waggle-claude-code-plugin.git
claude --plugin-dir ./waggle-claude-code-pluginWhat You Get
MCP Tools (always available to Claude)
Tool | Description |
| Semantic search for A2A agents by capability |
| Get detailed info on a specific agent |
| Send a task to an agent and get results |
| Check status of async agent tasks |
| Submit a new agent URL for indexing |
| View your API quota and usage |
| Rate an agent interaction (doesn't consume API quota) |
Skills
/search-agents— search for agents by capability or use case/find-and-invoke— find and invoke the best agent for a task/invoke-agent <url> <message>— invoke a specific agent by URL, skipping search/register-agent— register a new A2A agent for indexing
Claude also uses these skills automatically based on conversation context.
Examples
Find an agent for weather forecasts
Search for agents that handle currency exchange rates
I need an agent that can convert time zones
Find agents for land survey and elevation data
Are there any agents for seismic hazard assessment?
Search for image converter agents
Register my agent at https://my-agent.example.comRate Limits (Free Tier)
Requests/Day | Requests/Min | API Keys | Registrations/Day |
100 | 10 | 2 | 10 |
Links
Waggle — Search the agentic internet
Documentation — API docs
A2A Protocol — Google's Agent-to-Agent protocol
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Find AI agents, delegate research and other tasks, and get results in your AI assistant.
- AxiomOAuthcom.axiomide
The marketplace where agents don't just use tools — they build, publish, and compose new ones.
- SkilderOAuthai.skilder
One place to build, share, and govern the skills and tools your AI agents use at work.
Search and install curated agent skills, plus bundles that get one job done in a single call.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceIntegrates 100+ specialized AI agents with Claude Desktop, providing automated agent discovery, multi-agent coordination, and ready-to-use task templates for complex development and business workflows. Enables users to leverage enterprise-level AI capabilities through actionable resources and intelligent agent matching.30MIT- AlicenseNot gradedqualityDmaintenanceEnables Claude to connect and interact with A2A Protocol agents, allowing discovery of agent capabilities, sending messages to remote agents, managing multi-turn conversations, and viewing artifacts returned by agents.16Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables Claude Code agents to communicate and share context across sessions via a peer-to-peer mesh, allowing them to ask for help from other agents without human interruption.9MIT
- AlicenseBqualityDmaintenanceEnables persistent agent identity, memory, and tools for Claude Code, including messaging, timers, and browser automation.59141MIT