immo for Cursor
io.github.benliberte/immo
InvestScore immobilier France (DPE, DVF, risques, INSEE), payé à la requête en USDC via x402.
client:Cursor
transport:stdio
runtime:npm
Install immo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"immo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bdatax-immo-mcp"
],
"env": {
"BDATAX_WALLET_KEY": "<BDATAX_WALLET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs