ForInvest MCP Server logo

ForInvest MCP Server

foreksgithub/forinvest-mcp
Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Financial data and analysis tools for Turkish BIST and international markets via MCP.

README.md

ForInvest Kiro Power

This directory contains the Kiro Power submission for the ForInvest MCP Server.

What This Power Does

Connects Kiro to ForInvest's professional financial data infrastructure, giving AI agents direct access to:

  • Real-time BIST, VIOP, FX, Crypto, and US equity market data
  • Historical OHLCV candles and tick data
  • Financial statements (balance sheets, income statements, cash flows)
  • Technical indicators and chart rendering
  • Analyst forecasts and consensus recommendations
  • Broker settlement, short sales, and investor distribution data
  • News, economic calendar, and corporate action events
  • Stock screening across the full BIST universe

File Structure

kiro-power/
├── POWER.md                          # Main power definition (frontmatter + agent instructions)
├── mcp.json                          # MCP server connection config
├── README.md                         # This file
└── steering/
    ├── market-analysis.md            # Workflows: real-time data, screening, intraday
    ├── fundamental-analysis.md       # Workflows: financial statements, ratios, forecasts
    └── broker-data.md               # Workflows: settlement, short sales, broker activity

Prerequisites

  • Active ForInvest account with data subscription at forinvest.com
  • Authentication is handled via OAuth 2.0 (PKCE) — users log in with their credentials

Authentication Flow

  1. Install the power in Kiro
  2. Kiro discovers OAuth endpoints via /.well-known/oauth-authorization-server
  3. User is redirected to ForInvest login page
  4. After login, Kiro receives a bearer token for the MCP session
  5. Token is valid for 30 minutes; re-authentication happens automatically

MCP Server Details

  • Endpoint: https://mcp.forinvest.com/mcp
  • Transport: Streamable HTTP (POST for tool calls, GET for SSE, DELETE for session close)
  • Tools: 59 tools covering all major financial data categories
  • Auth: OAuth 2.0 Authorization Code + PKCE (RFC 7636)

Links

License

Proprietary — © ForInvest Yazılım ve Teknoloji Hizmetleri A.Ş.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.