← Back to Plugins
MCP Server MCP

iFlow Search

github By github 👁 2 views ▲ 0 votes

MCP server for iFlow Search web search, image search, and URL fetch tools.

Homepage Verified source GitHub

Install

npx -y @iflow-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@iflow-ai/search-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token for the iFlow Search API. Obtain one at https://platform.iflow.cn.",
          "isRequired": true,
          "isSecret": true,
          "name": "IFLOW_API_KEY"
        },
        {
          "description": "Optional MCP client slug forwarded to iFlow as the IFlow-MCP-Client header. Matches /^[a-z0-9._-]{1,64}$/.",
          "name": "IFLOW_MCP_CLIENT"
        },
        {
          "description": "Optional MCP client version forwarded to iFlow as the IFlow-MCP-Client-Version header. Only honored when IFLOW_MCP_CLIENT is also set.",
          "name": "IFLOW_MCP_CLIENT_VERSION"
        },
        {
          "description": "Optional override for the iFlow Search API base URL. Defaults to https://platform.iflow.cn.",
          "name": "IFLOW_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...