Skip to main content
ClaudeWave

automation etc

MCP ServersRegistry oficial0 estrellas0 forksPythonActualizado today
ClaudeWave Trust Score
57/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · tools
Claude Code CLI
claude mcp add tools -- uvx tools
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tools": {
      "command": "uvx",
      "args": ["tools"]
    }
  }
}
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.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/cmondillo/tools and follow its README.
Casos de uso

Resumen de MCP Servers

# tools

A portfolio of small, single-purpose paid services sold **directly to AI agents** —
no human checkout flow, no dashboard login, no subscription. An agent calls the
API, gets an `HTTP 402 Payment Required` quote, pays a few cents in USDC, and
gets its answer. Fully automatic on both sides.

Each service lives in its own self-contained folder under [`projects/`](projects/)
and follows the same pattern:

- **One narrow problem, solved well.** No platforms, no suites — a single job
  an agent needs done.
- **[x402](https://www.x402.org/)** for payment. HTTP-native, stablecoin
  micropayments, no merchant account or KYC required on the seller side —
  just a wallet address. This is the emerging standard for agent-to-API
  payments (backed by Coinbase, adopted by AWS Bedrock AgentCore, Cloudflare,
  and others as of 2026).
- **Discoverable by agents**, not just humans — each API declares an
  [x402 Bazaar](https://docs.cdp.coinbase.com/x402/bazaar) discovery schema
  so agents can find and call it without a human ever reading the docs.
- A **sample automation client** included with every project, showing an
  agent discovering, paying for, and consuming the service end-to-end.
- Where it adds real reach, also sold as an **MCP tool**
  (`api/app/mcp_server.py`) — the same product, the same price, a second
  interface for coding agents that discover tools over MCP rather than
  raw HTTP.

## Projects

| Project | What it sells | Status |
|---|---|---|
| [`link-preview-api`](projects/link-preview-api/) | Pay-per-call URL metadata (Open Graph/title/description/image) extraction | **Live on Base mainnet, earning real USDC**: https://link-preview-api-z4nf.onrender.com |
| [`content-moderation-api`](projects/content-moderation-api/) | Pay-per-call profanity/explicit-content detection with redaction, sold over both HTTP and MCP | **Live on Base mainnet, earning real USDC**: https://content-moderation-api-hhy1.onrender.com |
| [`link-preview-cache-api`](projects/link-preview-cache/) | Same product as `link-preview-api`, ~⅓ the price — backed by a shared cache. First instance of a general "x402 cache" pattern | **Live on Base mainnet, earning real USDC**: https://link-preview-cache-api.onrender.com |

## Repo conventions

- Every project is fully self-contained in `projects/<project-slug>/`: its
  own code, tests, Dockerfile, deploy config, and README. Nothing
  product-specific is shared between projects.
- Every project ships with:
  - `api/` — the paid service itself
  - `automation-client/` — a sample agent that pays for and consumes it
  - `deploy/` — ready-to-use deploy configs (Render/Fly/etc.)
  - `README.md` — the business case, architecture, and exact steps to take
    it from "runs on my machine" to "earning money"
  - `LISTING.md` — the marketplace/directory listing copy, ready to publish
- New projects get added the same way: a clean new folder, same skeleton,
  linked in the table above.
- One deliberate exception to "nothing shared": [`scripts/`](scripts/) holds
  portfolio-level *publishing* tooling — not product code, reused across
  every project the same way (e.g. submitting a new tool to x402-list.com's
  API). See [`PUBLISHING.md`](PUBLISHING.md) for the full playbook: what's
  genuinely automatic, what's scripted, and what stays a deliberate manual
  step and why.

Lo que la gente pregunta sobre tools

¿Qué es cmondillo/tools?

+

cmondillo/tools es mcp servers para el ecosistema de Claude AI. automation etc Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-27.

¿Cómo se instala tools?

+

Puedes instalar tools clonando el repositorio (https://github.com/cmondillo/tools) 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 cmondillo/tools?

+

Nuestro agente de seguridad ha analizado cmondillo/tools y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene cmondillo/tools?

+

cmondillo/tools es mantenido por cmondillo. La última actividad registrada en GitHub es del 2026-08-27, con 0 issues abiertos.

¿Hay alternativas a tools?

+

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

Despliega tools 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: cmondillo/tools
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cmondillo-tools)](https://claudewave.com/repo/cmondillo-tools)
<a href="https://claudewave.com/repo/cmondillo-tools"><img src="https://claudewave.com/api/badge/cmondillo-tools" alt="Featured on ClaudeWave: cmondillo/tools" width="320" height="64" /></a>

Más MCP Servers

Alternativas a tools