mcpbeat

Vedetta MCP Server

by dethboy
local only

Vedetta runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

x402 pay-per-call crypto & financial market sentiment, divergence & analyst reads - NFA

Installs / week
npm · vedetta-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vedetta -- npx -y vedetta-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vedetta": {
      "args": [
        "-y",
        "vedetta-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vedetta]
command = "npx"
args = ["-y", "vedetta-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vedetta": {
      "args": [
        "-y",
        "vedetta-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vedetta": {
      "args": [
        "-y",
        "vedetta-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vedetta

same job, measured the same way
D
Veles Finance MCP
by fly-veles-finance-gateway

AI financial agent: due diligence, SEC 10-K, Kelly Criterion. Pay-per-call via x402 USDC.

101 installs/wk local only
Signalfuse
by hypeprinter007-stack

11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.

73 installs/wk local only
I
Santiment
by santiment

Crypto market intelligence: social sentiment, on-chain, trending narratives & analyst insights.

answering
C
Apify Market Intelligence
by timzinin-api

Pay-per-call Apify Store analytics with free MCP discovery and x402 payments.

6 tools answering
Blockrun MCP
by blockrunai

Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.

1 170 installs/wk local only
Polygon
by mcparmory

Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news

99 installs/wk local only
A
CryptoPulse Data API
by saascloud

Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

11 tools answering
C
Coin Signal
by airblockfz

Crypto bottom/top signals: verdict + score per coin, market scans. Pay-per-call x402.

6 tools answering

Vedetta — questions

Answers built from our own checks of this server.

Why is there no uptime for Vedetta?
Vedetta runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vedetta-mcp.
How do I connect Vedetta?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vedetta-mcp straight from npm; nothing to host, nothing to sign up for.
Is Vedetta open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.