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: Overture Maps 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.
Initialize the local database:
uv run tn-trustee-mcp db initList configured entities without contacting the source:
uv run tn-trustee-mcp entities listStart 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 buildProject reference
See assessment.md for the current phase, implemented components, open questions, validation baseline, and next action.
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.orgPublic, read-only property-tax information
Local SQLite cache and future snapshot storage
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.
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