@plotted/mcp-server
v0.1.0
Published
Model Context Protocol server for the Plotted real estate & property records API — gives Claude, Cursor, and other MCP clients direct access to 150M+ U.S. property records.
Maintainers
Readme
@plotted/mcp-server
Model Context Protocol (MCP) server for the Plotted real estate & property records API. Gives Claude, Cursor, and any other MCP client direct access to 150M+ U.S. property records — owners, trusts, contacts, values, and geo lookups.
Tools are generated automatically from Plotted's live OpenAPI 3.1 spec, so the server always matches the current API (16 operations: parcel search, nearby, geocode, owner search, absentee/trust/homeowner views, bulk match, and more).
Setup
Add it to your MCP client config with your API key (get one at https://plotted.to/signup):
{
"mcpServers": {
"plotted": {
"command": "npx",
"args": ["-y", "@plotted/mcp-server"],
"env": { "PLOTTED_API_KEY": "plt_live_your_key_here" }
}
}
}- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) /%APPDATA%\Claude\claude_desktop_config.json(Windows) - Cursor:
~/.cursor/mcp.json - Claude Code:
claude mcp add plotted -e PLOTTED_API_KEY=plt_live_... -- npx -y @plotted/mcp-server
Restart the client. The Plotted tools appear automatically. Then just ask:
"Find trust-owned parcels within 1 mile of the Ritz-Carlton Naples that have phone numbers."
Config
| Env var | Required | Default |
|---|---|---|
| PLOTTED_API_KEY | yes | — |
| PLOTTED_BASE_URL | no | https://api.plotted.to |
| PLOTTED_OPENAPI_URL | no | https://plotted.to/openapi.json |
Auth & cost
Every call uses your key (Authorization: Bearer). Each response includes meta.credits_used and meta.credits_remaining so the agent can budget. getHealth is free and unauthenticated.
License
MIT
