Flatland for Cursor
com.flatlandfi/flatland
Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts
client:Cursor
transport:stdio
runtime:npm
Install Flatland in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"flatland": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flatland-client"
],
"env": {
"FLATLAND_API_KEY": "<FLATLAND_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs