Waggle MCP Server
Enables discovery, search, and invocation of A2A AI agents from within Claude Code, allowing users to find and interact with agents for various tasks.
README
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.
Install
Add the Waggle marketplace and install:
/plugin marketplace add Waggle-AI/waggle-claude-code-plugin
/plugin install waggle@waggle-plugins
Or install directly for local testing:
git clone https://github.com/Waggle-AI/waggle-claude-code-plugin.git
claude --plugin-dir ./waggle-claude-code-plugin
What You Get
MCP Tools (always available to Claude)
| Tool | Description |
|---|---|
search |
Semantic search for A2A agents by capability |
info |
Get detailed info on a specific agent |
invoke |
Send a task to an agent and get results |
poll |
Check status of async agent tasks |
register |
Submit a new agent URL for indexing |
check_usage |
View your API quota and usage |
rate_transaction |
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.com
Rate 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.