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
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.blockrun-ai]
url = "https://mcp.blockrun.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blockrun-ai": {
"type": "http",
"url": "https://mcp.blockrun.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blockrun-ai
Remote MCP URL: https://mcp.blockrun.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": {
"blockrun-ai": {
"url": "https://mcp.blockrun.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blockrun-ai": {
"type": "http",
"url": "https://mcp.blockrun.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blockrun-ai",
"transport": "streamable-http",
"url": "https://mcp.blockrun.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
blockrun_chat— Get a second opinion from another AI model, or use a specialized model for a specific task.blockrun_models— List available AI models with pricing.blockrun_search— Real-time web, X/Twitter, and news search.blockrun_exa— Deep research via Exa neural search.blockrun_markets— Prediction market data.blockrun_price— Realtime quotes and OHLC history for crypto, FX, commodities and 12 global stock markets (Pyth-backed).blockrun_dex— Real-time token prices, trading volume, and liquidity data from DexScreener.