← historicaldata.net

INDIVIDUAL MCP TOOL

get_pricing

Read public USD single-user prices, billing periods, included-update months and license multipliers.

historicaldata.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://historicaldata.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.

Parent server

historicaldata.net

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.historicaldata-v2-coverage]
url = "https://historicaldata.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "historicaldata-v2-coverage": {
      "type": "http",
      "url": "https://historicaldata.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "historicaldata-v2-coverage": {
      "type": "http",
      "url": "https://historicaldata.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "historicaldata-v2-coverage",
  "transport": "streamable-http",
  "url": "https://historicaldata.net/mcp"
}
MCP Inspector

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

Related tools

  • search_symbol — Look up ONE US ticker, option underlying or contract root.
  • get_status — Read v2 archive statistics and latest option-session status.
  • get_catalog — Read the v2 product catalog, public offers, documentation, sample links and source-dated status.
  • get_free_sample — Get the July–December 2022 stock and options sample URLs, symbols, field counts and documentation.
  • search_symbols — Check up to 10 distinct symbols in one request.
  • get_dataset_schema — Read the ordered CSV fields, types, units in field descriptions, time conventions, missing-value rules and data limitations.
  • preview_sample — Read a few verified, fixed public sample rows without downloading the ZIP.