PluginBench
MCP Server

io.github.lexsocket/mcp-ted MCP Server

io.github.lexsocket/mcp-ted

What is the io.github.lexsocket/mcp-ted MCP server?

TED MCP Server: Real-time EU public tenders access. https://www.lexsocket.ai/

How to install io.github.lexsocket/mcp-ted

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • x-api-key
    required
    secret

    API key for authentication

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ted": {
      "url": "https://mcp.lexsocket.ai/ted/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-ted": {
      "serverUrl": "https://mcp.lexsocket.ai/ted/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-ted": {
      "type": "http",
      "url": "https://mcp.lexsocket.ai/ted/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mcp-ted": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.lexsocket.ai/ted/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mcp-ted https://mcp.lexsocket.ai/ted/

Related MCP servers

Eurlex MCP client: Access EU law & Official Journal. https://www.lexsocket.ai/

View repository →