Catalog
com.flatlandfi/flatland
OfficialFlatland
Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts
Typed financial reasoning engine for AI agents with deterministic compilation and receipts.
README not available yet.
Install
Configuration
Environment variables
FLATLAND_API_KEYrequiredsecretYour Flatland API key (fl_live_...). Get one at https://flatlandfi.com/install
claude_desktop_config.json
{
"mcpServers": {
"flatland": {
"command": "npx",
"args": [
"-y",
"flatland-client@0.1.4",
"mcp"
],
"env": {
"FLATLAND_API_KEY": "<YOUR_FLATLAND_API_KEY>"
}
}
}
}