You're viewing a demo portfolio

Join the waitlist
PRSM

price_history

Active

Tool of Crypto Market Intelligence MCP

declared in 3.4.2

Get the daily price/volume history for a cryptocurrency over the last N days — for backtesting, charting, and trend analysis. PAID: $0.01 USDC per query after a daily free allowance. On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses payment.

Parameters schema

{
  "type": "object",
  "required": [
    "coin"
  ],
  "properties": {
    "coin": {
      "type": "string",
      "description": "CoinGecko id (e.g. \"bitcoin\") or symbol (e.g. \"BTC\")."
    },
    "days": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": 30,
      "description": "lookback window in days (1–365, default 30)."
    },
    "agent_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "stable id for your agent (scopes the free-tier counter)."
    },
    "payment_tx": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Solana tx signature, when re-calling after a 402."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Crypto Market Intelligence MCP

https://github.com/FoundryNet/crypto-intel-mcp

1/7 registries
View full server →