Analytics
cryptopulse.uno
Provides cryptocurrency market analytics and wallet intelligence, including whale transactions, smart money activity, and market overviews across multiple EVM chains.
ENDPOINT 1
https://cryptopulse.uno/api/mcp
MCP server metadata
- Name
- cryptopulse
- Version
- 1.0.0
CryptoPulse MCP — real-time crypto whale tracking, wallet intelligence, market data, and Alpha bot trading signals. Provide a CryptoPulse API key (Trader/API plan) as a Bearer token for gated tools.
Known tools 7
get_whale_movementsRecent large 'whale' transactions (buys, sells, transfers) across 34+ EVM chains.
Inferred read-onlyget_wallet_intelWallet intelligence for a specific address: balances, recent activity, labels, and smart-money score.
Inferred read-onlyget_market_overviewCrypto market overview — prices and stats for major tracked tokens.
Inferred read-onlylist_supported_chainsList the 34+ blockchains CryptoPulse tracks (id, name, symbol, category).
Inferred read-onlyget_smart_moneyRecent smart-money wallet activity — moves by high-scoring funds, market makers, and notable wallets.
Inferred read-onlyget_bot_statusStatus of the CryptoPulse Alpha trading bot — active strategy version, symbol, and performance stats.
Inferred read-onlyget_trading_signalsLatest algorithmic buy/sell trading signals from the Alpha bot (entry, stop-loss, take-profit).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cryptopulse]
url = "https://cryptopulse.uno/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cryptopulse": {
"type": "http",
"url": "https://cryptopulse.uno/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cryptopulse
Remote MCP URL: https://cryptopulse.uno/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cryptopulse": {
"url": "https://cryptopulse.uno/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cryptopulse": {
"type": "http",
"url": "https://cryptopulse.uno/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cryptopulse",
"transport": "streamable-http",
"url": "https://cryptopulse.uno/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cryptopulse.uno was fetched 2026-08-21T10:15:28.458Z.
cryptopulse.uno is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.