THC Store
This subdomain hosts THC Store's Model Context Protocol server. OAuth 2.0 is required (MCP 2025-06-18 spec) — clients auto-discover endpoints via the 401 challenge and complete sign-in in the user's browser.
Endpoint: POST https://mcp.thcstore.in/mcp
Paste into claude_desktop_config.json, restart Claude Desktop. On first use, your browser opens for sign-in + scope approval; mcp-remote stores the token locally.
{
"mcpServers": {
"thc-store": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.thcstore.in/mcp"]
}
}
}
Settings → Connectors → Add MCP server → URL https://mcp.thcstore.in/mcp. ChatGPT discovers OAuth, walks you through sign-in + approval, then enables the tools.
For accounts without MCP Connectors: build a Custom GPT against the REST API. Import OpenAPI https://agent-api.thcstore.in/v1/openapi.json, set Authentication → API Key → Bearer, paste a token from thcstore.in/account/connected-ai. A pre-filled manifest is at /.well-known/ai-plugin.json.