MCP.so
登录

Oanda MCP Server

@BJLG-92

关于 Oanda MCP Server

Oanda MCP Server for Claude

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

BJLG-92

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器