Read-only MCP server exposing 266 GET endpoints from TG internal projects (production).
Add to .mcp.json in your project root:
{
"mcpServers": {
"tg-api": {
"type": "streamable-http",
"url": "https://endpoints-mcp.affleaders.com/mcp"
}
}
}
Add to claude_desktop_config.json:
{
"mcpServers": {
"tg-api": {
"command": "npx",
"args": [
"mcp-remote",
"https://endpoints-mcp.affleaders.com/mcp"
]
}
}
}
Connect via Streamable HTTP transport:
URL: https://endpoints-mcp.affleaders.com/mcp Type: Streamable HTTP (POST with JSON-RPC 2.0)