Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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`.

Lo que la gente pregunta sobre agent-kit

¿Qué es apiguru-app/agent-kit?

+

apiguru-app/agent-kit es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala agent-kit?

+

Puedes instalar agent-kit clonando el repositorio (https://github.com/apiguru-app/agent-kit) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar apiguru-app/agent-kit?

+

Nuestro agente de seguridad ha analizado apiguru-app/agent-kit y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene apiguru-app/agent-kit?

+

apiguru-app/agent-kit es mantenido por apiguru-app. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a agent-kit?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega agent-kit en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a agent-kit