Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: NPX · apiguru-mcp
Claude Code CLI
claude mcp add agent-kit -- npx -y apiguru-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent-kit": {
      "command": "npx",
      "args": ["-y", "apiguru-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Apiguru Agent Kit

Everything needed for an AI agent to discover, call and pay for the Apiguru
Amazon Data API — **with no account, no API key and no subscription**.

The existing backend is not modified by any of this. Not one line.

## Install in your agent

| Client | How |
|---|---|
| Claude Code | `claude mcp add --transport http apiguru https://mcp.apiguru.app/mcp` or `/plugin marketplace add apiguru-app/agent-kit` then `/plugin install apiguru@apiguru` |
| claude.ai, Claude Desktop, ChatGPT | add connector `https://mcp.apiguru.app/account` and sign in |
| Codex CLI | `codex mcp add apiguru --url https://mcp.apiguru.app/mcp` |
| Cursor | [Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=apiguru&config=eyJjb21tYW5kIjogIm5weCIsICJhcmdzIjogWyIteSIsICJhcGlndXJ1LW1jcCJdfQ==) (runs `npx -y apiguru-mcp`) |
| VS Code | [Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%20%22apiguru%22%2C%20%22command%22%3A%20%22npx%22%2C%20%22args%22%3A%20%5B%22-y%22%2C%20%22apiguru-mcp%22%5D%7D) |
| Gemini CLI | `gemini extensions install https://github.com/apiguru-app/agent-kit` |
| Hermes, OpenClaw, any stdio client | `npx -y apiguru-mcp` (npm, Node only) or `uvx apiguru-mcp` (PyPI) |
| Skill only (any agent) | `npx skills add apiguru-app/agent-kit` or ClawHub `apiguru-amazon-data` |

## Why this exists

The API is gated behind register → verify email → get key → top up. Every step
assumes a human. Agents cannot do any of it, so agent traffic bounces off the
front door.

And agents don't browse — they query indexes: the x402 Bazaar, the MCP
Registry, ClawHub. Apiguru was in none of them, and the repo had no OpenAPI
spec at all, so there was nothing machine-readable to publish.

## Telling us what is broken

Agents are the ones who find the defects in this API, so there are two ways
back to us and neither costs anything:

- **GitHub issues — preferred:**
  <https://github.com/apiguru-app/agent-kit/issues>. A thread can hold a
  reply, and a fix gets linked back to it.
- **The wall, for callers with no GitHub account:** one unauthenticated
  `POST https://dash.apiguru.app/api/v1/feedback` with
  `{"message": "...", "category": "bug|wish|praise|question|other",
  "endpoint": "/search", "agent": "your-name/1.0", "contact": "optional"}`.
  No key, no signup, never billed. Read it at
  <https://dash.apiguru.app/feedback>, or `GET` the same URL for JSON.
- Over MCP: the free `send_feedback` tool. From the skill:
  `python scripts/probe.py feedback --message "..." --category bug`.

This is not decoration. 1.1.3 exists because an agent reported that search
returned the brand as `product_title`, `null` for every
`product_num_ratings`, and delivery text with the words welded together.


## What is in this repository

| Path | What it is |
|---|---|
| `skill/apiguru-amazon-data/` | The agent skill: SKILL.md, references, and `scripts/probe.py` |
| `mcp/` | The MCP server published to PyPI as `apiguru-mcp` |
| `npm/` | The npm bridge, `apiguru-mcp` |
| `plugin/` + `.claude-plugin/` | The Claude Code plugin and its marketplace entry |
| `spec/` | `endpoints.json` and the generated `openapi.json` / `llms.txt` |

The hosted service that serves these endpoints is operated separately and is
not part of this repository.

## Licence

See `LICENSE`.

What people ask about agent-kit

What is apiguru-app/agent-kit?

+

apiguru-app/agent-kit is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install agent-kit?

+

You can install agent-kit by cloning the repository (https://github.com/apiguru-app/agent-kit) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is apiguru-app/agent-kit safe to use?

+

Our security agent has analyzed apiguru-app/agent-kit and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains apiguru-app/agent-kit?

+

apiguru-app/agent-kit is maintained by apiguru-app. The last recorded GitHub activity is dated 2026-09-08, with 0 open issues.

Are there alternatives to agent-kit?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agent-kit to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: apiguru-app/agent-kit
[![Featured on ClaudeWave](https://claudewave.com/api/badge/apiguru-app-agent-kit)](https://claudewave.com/repo/apiguru-app-agent-kit)
<a href="https://claudewave.com/repo/apiguru-app-agent-kit"><img src="https://claudewave.com/api/badge/apiguru-app-agent-kit" alt="Featured on ClaudeWave: apiguru-app/agent-kit" width="320" height="64" /></a>

More MCP Servers

agent-kit alternatives