MCP SERVER

Take Group Endpoint API

Read-only MCP server exposing 266 GET endpoints from TG internal projects (production).

MCP Endpoint
https://endpoints-mcp.affleaders.com/mcp

Tools

list_endpoints
List available GET endpoints for a project
call_endpoint
Execute a GET request with optional param overrides

Projects

Blog CMS54 endpoints
Lp CMS56 endpoints
VOD CMS47 endpoints
Anime VOD32 endpoints
DMS37 endpoints
SMT24 endpoints
OMS16 endpoints

Installation

Claude Code

Add to .mcp.json in your project root:

{
  "mcpServers": {
    "tg-api": {
      "type": "streamable-http",
      "url": "https://endpoints-mcp.affleaders.com/mcp"
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tg-api": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://endpoints-mcp.affleaders.com/mcp"
      ]
    }
  }
}

Codex / Other MCP Clients

Connect via Streamable HTTP transport:

URL:  https://endpoints-mcp.affleaders.com/mcp
Type: Streamable HTTP (POST with JSON-RPC 2.0)