Skip to main content
Modellix Web Tools MCP is a remote Streamable HTTP server at https://tool.modellix.ai/mcp. It exposes Web Search and Web Fetch to MCP clients. Send POST requests only; the server does not use GET SSE and does not require Mcp-Session-Id.
This is not the Modellix Docs MCP. The Connect to Cursor / Connect to VS Code items in the page contextual menu install https://docs.modellix.ai/mcp. Use the buttons and configs on this page for Tools MCP.

What You Get

After the client lists tools, you should see:

Web Search

Tool name modellix-ai/web-search. Search the public web and return ranked results. Request fields and pricing live on the API page.

Web Fetch

Tool name modellix-ai/web-fetch. Extract readable content from public HTTP or HTTPS URLs. Request fields and pricing live on the API page.
See Tools Overview for SKUs and rates. Query history with Get Tool Logs.

Prerequisites

1

Get an API Key

Create a key in the Modellix console. Keep it in the MCP client or a secrets store. Do not put it in frontend code, public repos, or logs.
2

Choose a Stable End-User ID

Every call requires X-Mdlx-User-Id: 8–128 characters of letters, digits, -, or _. Use a stable business ID such as user_12345678. Do not use nicknames, email, phone numbers, or a new random value per request.
Required headers:

Install

Replace YOUR_MODELLIX_API_KEY and your-end-user-id before you use the server.
One-click install embeds placeholders. Open the client MCP settings afterward and replace the API Key and X-Mdlx-User-Id.
Or add the server by hand:
1

Open MCP Settings

Press Command + Shift + P ( Ctrl + Shift + P on Windows), search for Open MCP settings, then click Add custom MCP.
2

Add Modellix Tools

Verify

Reload the client, then ask which tools are available. You should see modellix-ai/web-search and modellix-ai/web-fetch. If the client returns 401, check the API Key. If it returns 400, check X-Mdlx-User-Id. Keep request_id from the tool result when you contact support.