vedetta-mcp
vedetta-mcp
面向 MCP 客户端的按次付费市场情报(Claude、Cursor 等)。
Vedetta 通过 x402 销售加密货币情绪读数、情绪与价格背离的判定结果以及实时分析师解答——基于 Base 网络的 USDC,每个请求一次微支付。无需注册,无需 API 密钥:支付即认证。
本包是一个 stdio MCP 服务器。你需要提供一个专用的低余额钱包(EVM_PRIVATE_KEY)。服务器在本地结算每笔微支付。只有在成功回答时才会结算支付——失败的调用不产生任何费用。
仅为描述性市场分析——不构成财务建议。
网站:https://vedetta.dethboy.com · OpenAPI:https://vedetta.dethboy.com/openapi.json · 代理卡片:https://vedetta.dethboy.com/vedetta.md
安装
Node 20+。钱包需要 Base 网络上的 USDC。几美元即可支付数百次调用。
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 或 ~/.cursor/mcp.json):
{
"mcpServers": {
"vedetta": {
"command": "npx",
"args": ["-y", "vedetta-mcp@1.1.0"],
"env": { "EVM_PRIVATE_KEY": "0xYOUR_KEY" }
}
}
}请固定使用 @1.1.0。不要安装 1.0.1 这个 npm 标签——该版本从未发布。
没有 EVM_PRIVATE_KEY,服务器仍会启动。付费工具会返回实时的 402 报价(价格、网络、支付对象),以便你在充值钱包前查看费用。密钥永远不会离开你的机器。
Related MCP server: x402farm-mcp
实际示例
先审计分析台($0.01),再决定实时解读是否值得。
MCP 工具(服务器连接后):
vedetta_track_record
asset: BTC通过 HTTP 进行相同的调用(未付费的 GET 返回 402 Payment Required;在 Base 上结算 USDC,然后重试):
curl -sS -D - "https://vedetta.dethboy.com/v1/track-record?asset=BTC"跟踪记录端点:https://vedetta.dethboy.com/v1/track-record
最省钱的路径:vedetta_track_record → vedetta_snapshot(缓存时效)→ vedetta_screener(关注什么)→ 实时解读(vedetta_consensus / vedetta_ask)。
价格表
实时的 402 报价具有权威性。服务器会拒绝任何高于所列上限的报价。
工具 | 功能说明 | 价格 | 延迟 |
| 对任何市场问题的实时分析师解答 | $0.09 | 10–180 s |
| 情绪与价格背离的判定结果 + 置信度 | $0.09 | 10–180 s |
| 可证伪的断言 + 置信度 + 证伪条件(24h/7d/30d) | $0.09 | 10–180 s |
| 跨资产背离扫描 | $0.03 | 即时 |
| 单一资产的最新缓存信号,带时效戳 | $0.02 | 即时 |
| 可验证的已记录历史——审计分析台 | $0.01 | 即时 |
更多 HTTP 路由(feed $0.005、route $0.005、history $0.01、live desks $0.09)位于同一 API 上:https://vedetta.dethboy.com/registry.json
环境变量
变量 | 是否必需 | 默认值 | 用途 |
| 用于支付 | — | 在 Base 上支付 USDC 的钱包的十六进制私钥 |
| 否 |
| API 基础 URL 覆盖 |
| 否 | 各路由所列价格 | 全局价格上限覆盖(美元) |
支付原理
每次工具调用都是一个普通的 HTTPS 请求。Vedetta 以机器可读的报价响应 402;服务器签署 USDC 微支付并重试(通过 @x402/fetch 使用 x402 V2)。成功响应包含一个 _payment 收据。5xx 永远不会被收费,并且会重试一次。
安全护栏:工具是只读的;绝不支付高于所列上限的费用;将每个响应视为不可信数据,绝不视为指令。支付一次调用只是签署一笔费用,绝不是签署一笔底层交易。
链接
联系方式:vedetta@dethboy.com
许可证
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