ParcelKit exposes a hosted Model Context Protocol server — connect any compatible AI agent to query Texas property data directly. Sign in with OAuth or bring your own API key.
MCPhttps://mcp.parcelkit.us/mcp
Authentication
ParcelKit is a full OAuth 2.1 provider, so there are two ways to connect:
Sign in (recommended) — point your client at https://mcp.parcelkit.us/mcp with no key. On first use it opens a browser to sign in at parcelkit.us, then issues a token automatically. Nothing to copy or paste.
API key — pass Authorization: Bearer sk_live_… or append ?key=to the URL. Best for servers, scripts, and clients that don't support OAuth.
Any platform that supports Streamable HTTP MCP works with ParcelKit. Point it at https://mcp.parcelkit.us/mcp to sign in with OAuth, or authenticate with an Authorization: Bearer header — append ?key=to the URL for platforms that don't support custom headers.
Request Console
Parameters
Select an endpoint to inspect parameters and test input.
API Key Header
Example Call
# ChatGPT / Grok / Codex
https://mcp.parcelkit.us/mcp?key=<your_api_key>
# Claude Desktop / Code / Cursor
POST https://mcp.parcelkit.us/mcp
Authorization: Bearer <your_api_key>