← Registry

Analytics

prospr.co

Provides financial market data and analysis for crypto assets, including prices, portfolio metrics, and market signals.

1 endpoint6 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://prospr.co/api/ai/mcp

No auth detected

MCP server metadata

Name
prospr-demo
Version
0.9.2
Capabilities
tools
Server instructions

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_prices

Live prices and 24h stats for the major assets Prospr tracks (BTC, ETH, SOL, AVAX).

Inferred read-only
get_demo_portfolio

The canonical Prospr DEMO portfolio (simulated money): total value, all-time return, strategy P&L today.

Inferred read-only
get_market_signals

Prospr’s computed market state for one asset (Constructive/Neutral/Cautious with plain-English notes).

Inferred read-only
get_strategies

Prospr’s automated-strategy catalogue with cohort labels, plus the single published program-level performance set.

Inferred read-only
get_fees

Prospr’s published fee schedule and the single 25,000-PSPR staking discount threshold.

Inferred read-only
search_learn

Search Prospr Learn (30 lessons) and the glossary (54 terms) for educational content on a topic.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for prospr.co was fetched 2026-08-21T20:49:20.494Z.

Trust status Trusted

prospr.co is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.