← prowldata.dev

INDIVIDUAL MCP TOOL

crypto_market_briefing

[$0.05 USDC per call (x402)] Comprehensive crypto market briefing -regime, key levels, flow analysis, funding rates, liquidation maps, and actionable trade ideas synthesized into a structured report.

prowldata.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

prowldata.dev

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.prowldata-dev]
url = "https://prowldata.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prowldata-dev": {
      "type": "http",
      "url": "https://prowldata.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prowldata-dev
Remote MCP URL: https://prowldata.dev/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": {
    "prowldata-dev": {
      "url": "https://prowldata.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prowldata-dev": {
      "type": "http",
      "url": "https://prowldata.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prowldata-dev",
  "transport": "streamable-http",
  "url": "https://prowldata.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools