Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/anyway-possible/public-api
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "public-api": {
      "command": "node",
      "args": ["/path/to/public-api/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/anyway-possible/public-api and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Anyway Possible

Anyway Possible provides paid, decision-ready checks for autonomous agents before they pay, cite, or act. Agents can connect without an account through remote MCP or call the HTTP APIs directly, paying per successful answer in USDC on Base through x402.

## Why it exists

An agent can reason over information it already has, but it cannot independently create fresh external evidence, enforce a payment policy at signing time, or turn several live systems into a stable answer by reasoning alone. Anyway Possible performs those bounded observations and validations, then returns structured decisions with timestamps, receipts, hashes, and explicit limitations where relevant.

## Connect

Remote MCP endpoint:

```text
https://anywaypossible.com/api/mcp
```

Client-specific setup for Codex, Claude Code, Cursor, and any Streamable HTTP MCP client is published in the [agent integration guide](https://anywaypossible.com/docs#connect). Connecting and calling the free `recommend_tool` router does not require an account or payment. Paid tools require an x402-capable client with a funded Base USDC wallet; connecting the server alone does not grant spending authority.

Machine-readable contracts:

- [Human integration guide](https://anywaypossible.com/docs)
- [Result examples](https://anywaypossible.com/examples)
- [OpenAPI](https://anywaypossible.com/openapi.json)
- [Tool catalog](https://anywaypossible.com/catalog.json)
- [LLM instructions](https://anywaypossible.com/llms.txt)

## Tools

| Job | HTTP route | MCP tool | Price |
| --- | --- | --- | ---: |
| Diagnose why an x402 API is not selling | `/api/merchant-snapshot` | `merchant_snapshot` | $0.05 |
| Run a complete x402 merchant revenue audit | `/api/merchant-audit` | `merchant_audit` | $0.25 |
| Check a Base wallet before payment | `/api/treasury` | `treasury_preflight` | $0.02 |
| Validate an x402 purchase before signing | `/api/payment-guard` | `payment_guard` | $0.01 |
| Read ETH and USDC balances on Base | `/api/base-balance` | `base_balance` | $0.001 |
| Check one public URL | `/api/check` | `check_url` | $0.001 |
| Verify timestamped web evidence | `/api/verify` | `verify_web_evidence` | $0.01 |
| Check up to ten public URLs | `/api/batch` | `batch_check_urls` | $0.01 |

All prices are USDC on Base mainnet. An unpaid request returns an x402 v2 payment requirement containing the exact amount, asset, network, recipient, and timeout. The client decides whether to sign and then retries with payment authorization.

## Discovery

The service is discoverable through Coinbase x402 Bazaar metadata, the official MCP Registry, Smithery-compatible server-card metadata, downstream registries that ingest the official Registry, direct HTTP/OpenAPI, `llms.txt`, and the public catalog. Human-facing guides explain x402, payment safety, and merchant conversion in plain language.

## Local development

Requirements: Node.js 22.13 or newer.

```bash
npm install
npm run dev
npm test
npm run lint
```

The canonical product definitions live in `lib/product-catalog.mjs`. The homepage, docs, examples, catalog, OpenAPI document, and `llms.txt` are generated from that shared manifest so names, prices, schemas, and examples cannot drift independently.

## Security

The APIs reject private and local network targets, bound response sizes and redirects, avoid exposing payer identities in public analytics, and publish a security contact at `/.well-known/security.txt`. The public status page states exactly what its current check proves and does not claim unrecorded historical uptime.

Lo que la gente pregunta sobre public-api

¿Qué es anyway-possible/public-api?

+

anyway-possible/public-api es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala public-api?

+

Puedes instalar public-api clonando el repositorio (https://github.com/anyway-possible/public-api) 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 anyway-possible/public-api?

+

Nuestro agente de seguridad ha analizado anyway-possible/public-api y le ha asignado un Trust Score de 52/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene anyway-possible/public-api?

+

anyway-possible/public-api es mantenido por anyway-possible. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a public-api?

+

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

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

Más MCP Servers

Alternativas a public-api