INDIVIDUAL MCP TOOL
get_prices
Live prices and 24h stats for the major assets Prospr tracks (BTC, ETH, SOL, AVAX).
LIVE ENDPOINT
https://prospr.co/api/ai/mcp
Connect to this endpoint to inspect the live schema for get_prices 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.prospr-demo]
url = "https://prospr.co/api/ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prospr-demo": {
"type": "http",
"url": "https://prospr.co/api/ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prospr-demo
Remote MCP URL: https://prospr.co/api/ai/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": {
"prospr-demo": {
"url": "https://prospr.co/api/ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prospr-demo": {
"type": "http",
"url": "https://prospr.co/api/ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prospr-demo",
"transport": "streamable-http",
"url": "https://prospr.co/api/ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_demo_portfolio— The canonical Prospr DEMO portfolio (simulated money): total value, all-time return, strategy P&L today.get_market_signals— Prospr’s computed market state for one asset (Constructive/Neutral/Cautious with plain-English notes).get_strategies— Prospr’s automated-strategy catalogue with cohort labels, plus the single published program-level performance set.get_fees— Prospr’s published fee schedule and the single 25,000-PSPR staking discount threshold.search_learn— Search Prospr Learn (30 lessons) and the glossary (54 terms) for educational content on a topic.