INDIVIDUAL MCP TOOL
get-api-status
Fetch the latest CryptoHFTData ingestion status summary and optionally filter it to a specific exchange.
LIVE ENDPOINT
https://www.cryptohftdata.com/mcp
Connect to this endpoint to inspect the live schema for get-api-status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.cryptohftdata-public-mcp]
url = "https://www.cryptohftdata.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cryptohftdata-public-mcp": {
"type": "http",
"url": "https://www.cryptohftdata.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cryptohftdata-public-mcp
Remote MCP URL: https://www.cryptohftdata.com/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": {
"cryptohftdata-public-mcp": {
"url": "https://www.cryptohftdata.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cryptohftdata-public-mcp": {
"type": "http",
"url": "https://www.cryptohftdata.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cryptohftdata-public-mcp",
"transport": "streamable-http",
"url": "https://www.cryptohftdata.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list-supported-exchanges— Return the exchanges and market types currently highlighted by CryptoHFTData's public site.build-download-example— Construct a ready-to-use file path and curl example for downloading CryptoHFTData market data.