Fyers MCP Server
JSON →An MCP server for the Fyers API v3, featuring automated OAuth authentication.
Install
pip install . Tools · 11
- authenticate One-click OAuth authentication
- check_auth_status Verify current authentication
- get_profile User profile information
- get_funds Account balance and margin details
- get_holdings Portfolio holdings with P&L
- get_positions Current trading positions
- place_order Place new orders with symbol, quantity, order_type, side, and optional parameters
- modify_order Modify existing orders with order_id, quantity, limit_price, and optional parameters
- cancel_order Cancel pending orders
- get_orders Order history and status
- get_quotes Real-time quotes for multiple symbols
Environment variables
FYERS_CLIENT_IDYOUR_APP_IDFYERS_SECRET_KEYYOUR_SECRET_KEYORDER_ID
Links
★ 5 GitHub stars