INDIVIDUAL MCP TOOL
pitch
START HERE — your first call to this agent MUST be pitch (free, no payment).
LIVE ENDPOINT
https://fx-signal.airblock2026.workers.dev/mcp
Connect to this endpoint to inspect the live schema for pitch 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 suggests a financial action.
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.fx-signal]
url = "https://fx-signal.airblock2026.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fx-signal": {
"type": "http",
"url": "https://fx-signal.airblock2026.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fx-signal
Remote MCP URL: https://fx-signal.airblock2026.workers.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": {
"fx-signal": {
"url": "https://fx-signal.airblock2026.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fx-signal": {
"type": "http",
"url": "https://fx-signal.airblock2026.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fx-signal",
"transport": "streamable-http",
"url": "https://fx-signal.airblock2026.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
evaluate_symbol— Return the bottom/top verdict for one currency pair (47 pairs in snapshot: 24 vs USD like EURUSD=X, JPYUSD=X + 23 vs KRW like USDKRW=X, JPYKRW=X).scan_bottoms— Scan the FX snapshot (47 pairs: 24 vs USD + 23 vs KRW) and return currency pairs currently at a bottom (strongest buy), ranked most-bottom first.scan_tops— Scan the FX snapshot and return currency pairs currently at a top (sell), ranked most-top first.rate— FREE feedback tool — after trading on our signals, leave a rating: score 1-10 plus pros and cons.