INDIVIDUAL MCP TOOL
get_bot_status
Status of the CryptoPulse Alpha trading bot — active strategy version, symbol, and performance stats.
LIVE ENDPOINT
https://cryptopulse.uno/api/mcp
Connect to this endpoint to inspect the live schema for get_bot_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_whale_movements— Recent large 'whale' transactions (buys, sells, transfers) across 34+ EVM chains.get_wallet_intel— Wallet intelligence for a specific address: balances, recent activity, labels, and smart-money score.get_market_overview— Crypto market overview — prices and stats for major tracked tokens.list_supported_chains— List the 34+ blockchains CryptoPulse tracks (id, name, symbol, category).get_smart_money— Recent smart-money wallet activity — moves by high-scoring funds, market makers, and notable wallets.get_trading_signals— Latest algorithmic buy/sell trading signals from the Alpha bot (entry, stop-loss, take-profit).