mcpbeat Sign in
I

Crypto Sentiment X402 MCP Server

by whatevercat-creator Your server? Claim it
local only

Crypto Sentiment X402 runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Real-time crypto sentiment for a ticker symbol from 8 news RSS feeds and the Fear & Greed Index

Installs / week
pypi · crypto-sentiment-x402-mcp
1
Stars
1 open issues
23 Sep 2026
Last commit
no recent releases
License
Python

Nothing serious here today

Today is the operative word: we check Crypto Sentiment X402 every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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 crypto-sentiment-x402 -- uvx crypto-sentiment-x402-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crypto-sentiment-x402": {
      "args": [
        "crypto-sentiment-x402-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crypto-sentiment-x402]
command = "uvx"
args = ["crypto-sentiment-x402-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "crypto-sentiment-x402": {
      "args": [
        "crypto-sentiment-x402-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crypto-sentiment-x402": {
      "args": [
        "crypto-sentiment-x402-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CDP_API_KEY_ID (Coinbase Developer Platform API key ID (portal.cdp.coinbase.com). Used to sign x402 payments from your own wallet.), CDP_API_KEY_SECRET (Coinbase Developer Platform API key secret, paired with CDP_API_KEY_ID.), CDP_WALLET_NAME (Name of the CDP wallet to create/reuse for payments. Defaults to "crypto-sentiment-mcp-wallet". Must hold USDC (+ a little ETH for gas) on the configured network.), SENTIMENT_API_URL (Base URL of the deployed sentiment API. Defaults to https://crypto-sentiment-x402.onrender.com.), X402_NETWORK ("mainnet" (default, real USDC on Base) or "testnet" (free Base Sepolia USDC).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Crypto Sentiment X402

same job, measured the same way
Fear Greed MCP
by mrfentmen

Read the crypto fear and greed index from alternative.me. No key required.

252 installs/wk local only
Gloria AI
by cryptobriefing-labs

Real-time curated crypto news for AI agents with sentiment, recaps, and search.

7 tools answering
Gloria AI
by jchen225

Real-time curated crypto news for AI agents with sentiment, recaps, and search.

7 tools answering
finlight Financial News
by finlight

Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.

39 installs/wk answering
Crypto Fng
by pipeworx-io

Crypto Fear & Greed Index MCP.

37 tools answering
Gate News MCP
by gateio-dev

Gate news MCP for crypto news, structured events, announcements, and social sentiment.

18 tools answering
SentimentFX
by sentimentfx

FinBERT news sentiment and price history for 42 crypto, FX, stock, ETF and commodity tickers.

6 tools answering
MCP Server Latest News
by ebrunet001

Real-time global news, crypto, weather & earthquakes from 27 free APIs. No API keys required.

answering

Crypto Sentiment X402 — questions

Answers built from our own checks of this server.

Why is there no uptime for Crypto Sentiment X402?
Crypto Sentiment X402 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 pypi package crypto-sentiment-x402-mcp.
How do I connect Crypto Sentiment X402?
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 crypto-sentiment-x402-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Crypto Sentiment X402 open source?
We cannot say either way: written in Python, 1 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.