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
- Install the power in Kiro
- Kiro discovers OAuth endpoints via
/.well-known/oauth-authorization-server - User is redirected to ForInvest login page
- After login, Kiro receives a bearer token for the MCP session
- 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.Ş.












