Oanda MCP Server
@BJLG-92
About Oanda MCP Server
Oanda MCP Server for Claude
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Oanda MCP Server?
A REST API server for Oanda trading operations, deployed on Railway and compatible with Model Context Protocol (MCP).
How to use Oanda MCP Server?
Configure environment variables: OANDA_API_KEY, OANDA_ACCOUNT_ID, and OANDA_ENVIRONMENT (set to 'practice' or 'live'). The server exposes endpoints such as GET /account for account info, POST /order/market for market orders, and DELETE /order/{order_id} to cancel orders.
Key features of Oanda MCP Server
- Account information retrieval
- Position management
- Market and limit order placement
- Current price data retrieval
- Historical data retrieval
- Order cancellation
Use cases of Oanda MCP Server
- Retrieve account balance and details
- Get current open positions
- Place market or limit orders programmatically
- Fetch real-time price for an instrument
- Cancel pending orders
FAQ from Oanda MCP Server
What environment variables are required?
OANDA_API_KEY, OANDA_ACCOUNT_ID, and OANDA_ENVIRONMENT (practice or live). PORT is set automatically by Railway.
How is authentication handled?
Authentication uses the OANDA_API_KEY environment variable.
Does it support both practice and live trading?
Yes, by setting OANDA_ENVIRONMENT to 'practice' or 'live'.
What network transport does the server use?
HTTP/REST endpoints, compliant with Model Context Protocol.
Can I fetch historical price data?
Yes, via the GET /historical/{instrument} endpoint.
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments