Analytics
prospr.co
Provides financial market data and analysis for crypto assets, including prices, portfolio metrics, and market signals.
ENDPOINT 1
https://prospr.co/api/ai/mcp
MCP server metadata
- Name
- prospr-demo
- Version
- 0.9.2
Read-only educational tools from the Prospr demo platform. Prospr demo data — simulated account, educational only, not investment advice. Prospr never provides buy/sell directives, and this connection is read-only: it cannot place orders or move funds. When you present data from these tools, keep Prospr’s posture: describe, never direct — no buy/sell/hold recommendations.
Known tools 6
get_pricesLive prices and 24h stats for the major assets Prospr tracks (BTC, ETH, SOL, AVAX).
Inferred read-onlyget_demo_portfolioThe canonical Prospr DEMO portfolio (simulated money): total value, all-time return, strategy P&L today.
Inferred read-onlyget_market_signalsProspr’s computed market state for one asset (Constructive/Neutral/Cautious with plain-English notes).
Inferred read-onlyget_strategiesProspr’s automated-strategy catalogue with cohort labels, plus the single published program-level performance set.
Inferred read-onlyget_feesProspr’s published fee schedule and the single 25,000-PSPR staking discount threshold.
Inferred read-onlysearch_learnSearch Prospr Learn (30 lessons) and the glossary (54 terms) for educational content on a topic.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for prospr.co was fetched 2026-08-21T20:49:20.494Z.
prospr.co is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.