Back to Browse

Waggle Claude Code Plugin MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.

About

Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.

Remote endpoints: streamable-http: https://api.waggle.zone/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "zone-waggle-waggle": {
      "url": "https://api.waggle.zone/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

github-banner

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

  1. Get a free API key at waggle.zone (Dashboard → API Keys)

  2. Set WAGGLE_API_KEY as 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 ~/.zshrc
    

    Windows (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)

ToolDescription
searchSemantic search for A2A agents by capability
infoGet detailed info on a specific agent
invokeSend a task to an agent and get results
pollCheck status of async agent tasks
registerSubmit a new agent URL for indexing
check_usageView your API quota and usage
rate_transactionRate 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/DayRequests/MinAPI KeysRegistrations/Day
10010210

Links

Reviews

No reviews yet

Be the first to review this server!