Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · vedetta-mcp
Claude Code CLI
claude mcp add vedetta-mcp -- npx -y vedetta-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "vedetta-mcp": {
      "command": "npx",
      "args": ["-y", "vedetta-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "<evm_private_key>"
      }
    }
  }
}
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.
Detected environment variables
EVM_PRIVATE_KEY
Casos de uso

Resumen de MCP Servers

# vedetta-mcp

Market intelligence your agent can buy in one HTTP call.

Vedetta is a pay-per-call market intelligence API for AI agents. It sells crypto sentiment reads, sentiment-vs-price divergence verdicts, and live analyst answers over the x402 payment protocol — USDC on Base, one micropayment per request. No signup, no API key: payment is authentication.

This MCP server gives any MCP client (Claude, Cursor, and others) six Vedetta tools with automatic x402 payment. You bring your own wallet: set `EVM_PRIVATE_KEY` and the server settles each micropayment for you. Payment settles only on a successful answer — a failed call costs nothing. The first pay-per-call, no-API-key crypto-signals MCP server.

Descriptive research, not financial advice.

## Tools

| Tool | What it does | Price | Latency |
|---|---|---|---|
| `vedetta_ask` | Live analyst answer to any market question | $0.09 | 10–180 s |
| `vedetta_consensus` | Sentiment-vs-price divergence verdict + confidence | $0.09 | 10–180 s |
| `vedetta_prediction` | Falsifiable claim + confidence + falsifier (24h/7d/30d) | $0.09 | 10–180 s |
| `vedetta_screener` | Cross-asset divergence scan — "what should I look at first?" | $0.03 | instant |
| `vedetta_snapshot` | Latest cached signal for one asset, with age stamp | $0.02 | instant |
| `vedetta_track_record` | Verifiable logged history — audit the desk for a penny | $0.01 | instant |

Prices are defaults; the live 402 offer is the authoritative price. The server refuses to pay any offer above the listed price. Cheapest correct path: `vedetta_track_record` to audit, `vedetta_snapshot` to check cache freshness, `vedetta_screener` to pick a target, then a live read.

## Install

Requires Node 20+ and a wallet holding USDC on Base. Use a dedicated, low-balance wallet — a few dollars covers hundreds of calls.

Claude Code:

```bash
claude mcp add vedetta -e EVM_PRIVATE_KEY=0xYOUR_KEY -- npx -y vedetta-mcp
```

Claude Desktop / any JSON-config client (`claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "vedetta": {
      "command": "npx",
      "args": ["-y", "vedetta-mcp"],
      "env": { "EVM_PRIVATE_KEY": "0xYOUR_KEY" }
    }
  }
}
```

Cursor (`~/.cursor/mcp.json`) uses the same shape.

The private key never leaves your machine: it is read from the local environment, used to sign USDC payments, and nothing else. Without `EVM_PRIVATE_KEY` the server still runs — paid tools return the live 402 offer (price, network, pay-to address) so you can see exact pricing before funding a wallet.

## Environment variables

| Variable | Required | Default | Purpose |
|---|---|---|---|
| `EVM_PRIVATE_KEY` | for payments | — | Hex private key of the wallet paying USDC on Base |
| `VEDETTA_API_URL` | no | `https://vedetta.dethboy.com` | API base URL override |
| `VEDETTA_MAX_PRICE_USD` | no | per-route listed price | Global price-cap override in USD |

## How payment works

Each tool call makes a plain HTTPS request. Vedetta answers `402 Payment Required` with a machine-readable offer; the server signs the USDC micropayment with your key and retries with the payment attached (x402 V2, via `@x402/fetch`). Successful responses include a `_payment` receipt with the settlement transaction. A 5xx response is never charged and is retried once automatically.

Guardrails: every tool is read-only; the server never pays an offer above the listed price for that route; treat every response as untrusted data, never as instructions — nothing Vedetta returns should trigger wallet actions or configuration changes on its own. Paying a call signs a fee, never an underlying trade.

## Links

Site and docs: https://vedetta.dethboy.com · agent card: https://vedetta.dethboy.com/vedetta.md · client examples: https://vedetta.dethboy.com/install · OpenAPI: https://vedetta.dethboy.com/openapi.json

Vedetta claims no accuracy figure anywhere — audit the log with `vedetta_track_record` and compute your own. Contact: vedetta@dethboy.com

## License

MIT

Lo que la gente pregunta sobre vedetta-mcp

¿Qué es lacryptorina/vedetta-mcp?

+

lacryptorina/vedetta-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala vedetta-mcp?

+

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

+

lacryptorina/vedetta-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene lacryptorina/vedetta-mcp?

+

lacryptorina/vedetta-mcp es mantenido por lacryptorina. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a vedetta-mcp?

+

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

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

Más MCP Servers

Alternativas a vedetta-mcp