tintatlanta-mcp-server

stevekrontz-dev/tintatlanta-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Remote MCP server wrapping tintatlanta.com /api/v1 — Layer 3 of the LocalGEO Phase 2 protocol stack. Reaches Claude.ai, ChatGPT Apps SDK, and Perplexity custom remote connectors with one server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tintatlanta-mcp-serv": {
      "command": "uvx",
      "args": [
        "tintatlanta-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install tintatlanta-mcp-server