MCP Servers / development / Fyers MCP Server

Fyers MCP Server

JSON →
none5development

An MCP server for the Fyers API v3, featuring automated OAuth authentication.

Install
How to run this server
[ { "cmd": "pip install .", "imports": [] } ]
server path: fyers-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envFYERS_CLIENT_ID
envYOUR_APP_ID
envFYERS_SECRET_KEY
envYOUR_SECRET_KEY
envORDER_ID
Resources
Fyers MCP Server — MCP Server · libregistry