Flash Trade MCP
Give AI agents direct access to Flash Trade — market data, trade previews, position management, and transaction building through natural language.
Flash Trade MCP Server
Give AI agents direct access to Flash Trade — market data, trade previews, position management, and transaction building through natural language.
No cloning. No building. Follow the steps for your editor.
NPM: flash-trade-mcp | GitHub: flash-trade/flash-trade-MCP
Claude Code
Open your terminal
cdinto the project folder where you use Claude CodeCreate the config file:
touch .mcp.jsonOpen
.mcp.jsonin any editor and paste this entire block:
{
"mcpServers": {
"flash-trade": {
"command": "npx",
"args": ["-y", "flash-trade-mcp"],
"env": {
"FLASH_API_URL": "https://flashapi.trade"
}
}
}
}Save the file
Restart Claude Code — Flash Trade tools are now available
Claude Desktop (macOS)
The Connectors UI in Settings (where you see "Add custom connector") is for remote servers only. Local MCP servers like this one go in a JSON config file.
Open Claude Desktop → Settings → Developer
Click "Edit Config"
Find
claude_desktop_config.jsonand open it with a text editor (right-click → Open With → TextEdit, or VS Code)You will see something like this:
Add a comma after the
preferencesclosing brace, then paste themcpServersblock. The full file should look like:
Save the file
Go back to Claude Desktop. Click Claude in the menu bar → Quit Claude (or press Cmd+Q). Closing the window is not enough — you must fully quit the app
Reopen Claude Desktop
Start a new conversation. You should see a hammer icon in the chat input area — that means Flash Trade MCP is connected
Claude Desktop (Windows)
Open Claude Desktop → Settings → Developer
Click "Edit Config"
Find
claude_desktop_config.jsonand open it with Notepad or any text editorYou will see something like this:
Add a comma after the
preferencesclosing brace, then paste themcpServersblock. The full file should look like:
Save the file
Right-click Claude Desktop in the taskbar → Close window, or press Alt+F4. Make sure the app is fully closed, not just minimized
Reopen Claude Desktop
Start a new conversation. You should see a hammer icon in the chat input area — that means Flash Trade MCP is connected
VS Code (GitHub Copilot)
Requires GitHub Copilot extension installed and an active Copilot subscription.
Open VS Code
Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows) to open the Command Palette
Type
MCPand select MCP: Add ServerChoose Workspace (adds to this project) or Global (available in all projects)
This creates or opens a
mcp.jsonfile. Add the Flash Trade server inside theserversobject:
Note: VS Code uses "servers" not "mcpServers" — this is different from Claude.
Save the file
A Start button appears at the top of the file. Click it to start the MCP server
Open Copilot Chat (Ctrl+Alt+I / Cmd+Ctrl+I), select Agent mode, and Flash Trade tools are available
Cursor
Open Cursor
Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows) to open the Command Palette
Type
MCPand select Cursor Settings: Open MCP SettingsThis opens a JSON file. Add the Flash Trade server inside the
mcpServersobject:
Save the file
Open the Command Palette again (Cmd/Ctrl+Shift+P), type
MCPand select Reload MCP ServersFlash Trade tools are now available in Cursor's AI chat
Windsurf
Open Windsurf
Click the Cascade icon (the AI assistant panel)
Click the hammer icon at the top of the Cascade panel
Click Configure to open the MCP config file
Add the Flash Trade server inside the
mcpServersobject:
Save the file
Click the Refresh button next to the MCP server list, or restart Windsurf
Flash Trade should appear in the server list as connected
Cline (VS Code Extension)
Open VS Code with the Cline extension installed
Click the Cline icon in the sidebar
Click the MCP Servers button (gear icon) in the Cline panel
Click Configure MCP Servers — this opens the Cline MCP settings file
Add the Flash Trade server:
Save the file
Back in the Cline MCP panel, Flash Trade should appear. Toggle it on if needed
Flash Trade tools are now available in Cline conversations
OpenClaw
Open your OpenClaw config file at
~/.openclaw/openclaw.jsonFind the
mcpServersobject (or add one if it doesn't exist)Add the Flash Trade server entry:
If you already have other servers in mcpServers, add "flash-trade": { ... } as a new entry inside the existing object.
Save the file
Restart the gateway:
Flash Trade tools are now available to your OpenClaw agents
ChatGPT
ChatGPT only supports remote MCP servers over HTTPS — it cannot run local stdio servers like npx. Flash Trade MCP currently uses stdio transport only.
This means ChatGPT is not supported.
Claude.ai (Web)
Same limitation as ChatGPT — Claude.ai requires remote MCP servers with a URL. Flash Trade MCP runs locally via stdio.
Not supported. Use Claude Desktop or Claude Code instead.
Full tool reference and source code: GitHub
Last updated
Was this helpful?

