TN Trustee MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TN Trustee MCPlook up property tax for parcel 12345 in Cheatham county"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TN Trustee MCP
Read-only MCP access to public Tennessee property-tax information.
This project does not submit property-tax payments and does not access the payment cart. It retrieves and normalizes public-facing information only. Amounts shown exclude interest and are not payoff totals. Confirm any amount owed with the county trustee before paying.
The project is in Phase 1. It currently provides configuration, normalized data contracts, SQLite persistence, a command shell, and an MCP STDIO server shell with zero registered tools. It does not yet contact TennesseeTrustee.org.
Requirements
Python 3.12 or later
An operator contact string for the descriptive user agent
Related MCP server: civic-library-mcp
Setup
uv python install 3.12
uv sync --extra dev
Copy-Item .env.example .envReplace operator@example.com in .env with a monitored contact address.
The required variable name is TN_TRUSTEE_USER_AGENT_CONTACT.
Initialize the local database:
uv run tn-trustee-mcp db initList configured entities without contacting the source:
uv run tn-trustee-mcp entities listEntity configuration keeps the landing and search URLs separate. entity_path
contains the entity query parameter. search_path is the query-free /search.php
endpoint.
Start the Phase 1 MCP shell:
uv run tn-trustee-mcp serveDevelopment checks
uv run ruff check .
uv run ruff format --check .
uv run mypy
uv run pytest
uv run python -m buildCLI tests inspect the registered command tree directly so option visibility is validated consistently on Windows and Linux.
Project reference
See assessment.md for the current phase, implemented components, open questions, validation baseline, and next action. Contributors and coding agents maintain it with every delivered repository change.
Every delivered repository change must update CHANGELOG.md, assessment.md, and this README. The changelog records what changed. The assessment provides a quick current-state reference. The README must stay aligned with the current setup, behavior, scope, and operator instructions.
Current scope
Cheatham County and Stewart County configuration only
HTTPS query parameter routes through
tennesseetrustee.orgSeparate validated entity landing and search paths
Public, read-only property-tax information
Local SQLite cache and future snapshot storage
Visible Phase 1 CLI stubs for search, record, snapshot, and source-status commands
Search behavior and HTML parsing are intentionally absent until the Phase 2 source inspection is complete.
Safety
The server must never access cart, checkout, or payment endpoints. It must never submit payments, bypass authentication or CAPTCHA, disable certificate validation, or perform bulk owner-name harvesting. See SECURITY.md and docs/COMPLIANCE.md.
License
See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenancePython MCP server for querying Overture Maps building footprint data via address search, building lookups, and nearby building listings.Last updated
- Alicense-qualityBmaintenanceAn MCP server that gives AI agents clean, token-efficient access to US civic & property data — geocoding, census tracts, Opportunity Zones, ACS demographics, and FEMA flood zones — sourced entirely from free federal open data.Last updated531MIT
- FlicenseAqualityBmaintenanceHosted, pay-per-call MCP server for Cook County / Chicago property records — parcels, recorded sales & deeds, building permits, tax assessments, and comparable sales — by street address or 14-digit PIN. Pay per call via x402 (USDC on Base/Solana); no signup or API key.Last updated4
- Flicense-qualityCmaintenanceCustom MCP server connected to a read-only SQLite database, exposing a schema resource and a query tool for safe data retrieval.Last updated
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Property Records MCP — address-level US property records (sales history,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mickpletcher/TN-Trustee-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server