Skip to content

Other apps

Any app that supports MCP can connect to Land Insights. Most apps read a small JSON config — the only value you need is the server address.

{
"mcpServers": {
"Land Insights": {
"url": "https://mcp.landinsights.co"
}
}
}

When the app first connects, it opens your browser to sign in to Land Insights and approve access — there’s no API key to enter.

Some apps can only connect to programs running on your own computer. For those, use the mcp-remote bridge (requires Node.js installed):

{
"mcpServers": {
"Land Insights": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.landinsights.co"]
}
}
}

See what you can do.