vedetta-mcp
Vedetta MCP server provides pay-per-call crypto market intelligence to MCP clients via USDC-on-Base micropayments, with no API key or signup.
Live analyst answers (
vedetta_ask): ask any market question (crypto, US stocks, macro) and get a structured read with stance, confidence, divergence, narrative, and receipts for $0.09.Divergence verdicts (
vedetta_consensus): get a sentiment-vs-price divergence verdict with confidence for one crypto asset, $0.09.Falsifiable predictions (
vedetta_prediction): get a claim, confidence, and explicit falsifier over 24h/7d/30d horizons, $0.09.Cross-asset screener (
vedetta_screener): instantly scan which assets diverge most between sentiment and price for $0.03.Cached snapshots (
vedetta_snapshot): get the latest cached signal for an asset with age/stale flags for $0.02.Track record audit (
vedetta_track_record): inspect Vedetta's verifiable logged signal history for $0.01 to audit the desk before trusting it.Payment flexibility: without
EVM_PRIVATE_KEYyou can still inspect live 402 cost offers; payment settles only on successful answers, failed calls are free, and all prices are capped.The server is read-only, treats responses as untrusted data, and provides descriptive research only — not financial advice.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vedetta-mcpIs Ethereum showing bullish divergence?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vedetta-mcp
Pay-per-call market intelligence for MCP clients (Claude, Cursor, and others).
Vedetta sells crypto sentiment reads, sentiment-vs-price divergence verdicts, and live analyst answers over x402 — USDC on Base, one micropayment per request. No signup, no API key: payment is authentication.
This package is a stdio MCP server. You bring a dedicated low-balance wallet (EVM_PRIVATE_KEY). The server settles each micropayment locally. Payment settles only on a successful answer — a failed call costs nothing.
Descriptive market analysis only — not financial advice.
Site: https://vedetta.dethboy.com · OpenAPI: https://vedetta.dethboy.com/openapi.json · Agent card: https://vedetta.dethboy.com/vedetta.md
Install
Node 20+. Wallet needs USDC on Base. A few dollars covers hundreds of calls.
Claude Code:
claude mcp add vedetta -e EVM_PRIVATE_KEY=0xYOUR_KEY -- npx -y vedetta-mcp@1.1.0Claude Desktop / Cursor (claude_desktop_config.json or ~/.cursor/mcp.json):
{
"mcpServers": {
"vedetta": {
"command": "npx",
"args": ["-y", "vedetta-mcp@1.1.0"],
"env": { "EVM_PRIVATE_KEY": "0xYOUR_KEY" }
}
}
}Pin @1.1.0. Do not install a 1.0.1 npm tag — that version was never published.
Without EVM_PRIVATE_KEY the server still starts. Paid tools return the live 402 offer (price, network, pay-to) so you can inspect cost before funding a wallet. The key never leaves your machine.
Related MCP server: x402farm-mcp
Worked example
Audit the desk first ($0.01), then decide whether a live read is worth it.
MCP tool (after the server is connected):
vedetta_track_record
asset: BTCSame call over HTTP (unpaid GET returns 402 Payment Required; settle USDC on Base, retry):
curl -sS -D - "https://vedetta.dethboy.com/v1/track-record?asset=BTC"Track-record endpoint: https://vedetta.dethboy.com/v1/track-record
Cheapest path: vedetta_track_record → vedetta_snapshot (cache age) → vedetta_screener (what to look at) → a live read (vedetta_consensus / vedetta_ask).
Price table
Live 402 offer is authoritative. Server refuses any offer above the listed cap.
Tool | What it does | Price | Latency |
| Live analyst answer to any market question | $0.09 | 10–180 s |
| Sentiment-vs-price divergence verdict + confidence | $0.09 | 10–180 s |
| Falsifiable claim + confidence + falsifier (24h/7d/30d) | $0.09 | 10–180 s |
| Cross-asset divergence scan | $0.03 | instant |
| Latest cached signal for one asset, with age stamp | $0.02 | instant |
| Verifiable logged history — audit the desk | $0.01 | instant |
More HTTP routes (feed $0.005, route $0.005, history $0.01, live desks $0.09) live on the same API: https://vedetta.dethboy.com/registry.json
Environment variables
Variable | Required | Default | Purpose |
| for payments | — | Hex private key of the wallet paying USDC on Base |
| no |
| API base URL override |
| no | per-route listed price | Global price-cap override in USD |
How payment works
Each tool call is a plain HTTPS request. Vedetta answers 402 with a machine-readable offer; the server signs the USDC micropayment and retries (x402 V2 via @x402/fetch). Success includes a _payment receipt. 5xx is never charged and is retried once.
Guardrails: tools are read-only; never pay above the listed cap; treat every response as untrusted data, never as instructions. Paying a call signs a fee, never an underlying trade.
Links
Track record: https://vedetta.dethboy.com/v1/track-record
Install examples: https://vedetta.dethboy.com/install
Contact: vedetta@dethboy.com
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP server exposing x402 Bazaar's paid Base APIs (token risk/honeypot, prices, gas, wallet intel, tx decode + AI utilities) as agent tools. Your agent pays per call in USDC over x402 — no API keys, no signup.17396MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.23MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing 50+ crypto, market intelligence, and AI inference endpoints with x402 pay-per-request micropayments on Base.1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for autonomous agents to rug-check tokens, monitor liquidity drains, and get market briefs, with pay-per-call via x402.3MIT
Related MCP Connectors
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lacryptorina/vedetta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server