← Back

Use as an MCP server

Connect TamirGPT to Claude Desktop or claude.ai as a remote MCP server. Your client gets one tool: draft_comp_message.

1. Get an API key

Sign in first, then generate a key in Settings.

2. Server details

URL: https://tamirgpt.com/api/mcp
Auth: Authorization: Bearer <your-api-key>
Transport: HTTP / JSON-RPC

3. Claude Desktop config

Edit your claude_desktop_config.json and add:

{
  "mcpServers": {
    "tamirgpt": {
      "type": "http",
      "url": "https://tamirgpt.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

Restart Claude Desktop. You should see the draft_comp_message tool become available.

4. claude.ai

In Settings → Connectors → Add custom connector, paste the URL above and set the Authorization header to Bearer YOUR_API_KEY_HERE.

5. Example usage in Claude

"Use the tamirgpt tool to draft a message to United Airlines. My flight UA1234 was delayed 6 hours yesterday (Oct 12), I missed a connection, and I want 30,000 miles as compensation."