← Index

iFlow Search

io.github.zhengyanglsun/iflow-search·v0.1.0·Image, Video & Audio
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "iflow-search": {
      "command": "npx",
      "args": [
        "-y",
        "@iflow-ai/search-mcp"
      ],
      "env": {
        "IFLOW_API_KEY": "<your-iflow_api_key>",
        "IFLOW_MCP_CLIENT": "<iflow_mcp_client>",
        "IFLOW_MCP_CLIENT_VERSION": "<iflow_mcp_client_version>",
        "IFLOW_BASE_URL": "<iflow_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "iflow-search": {
      "command": "npx",
      "args": [
        "-y",
        "@iflow-ai/search-mcp"
      ],
      "env": {
        "IFLOW_API_KEY": "<your-iflow_api_key>",
        "IFLOW_MCP_CLIENT": "<iflow_mcp_client>",
        "IFLOW_MCP_CLIENT_VERSION": "<iflow_mcp_client_version>",
        "IFLOW_BASE_URL": "<iflow_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @iflow-ai/search-mcp
§02  Environment variables
IFLOW_API_KEY
requiredsecret

Bearer token for the iFlow Search API. Obtain one at https://platform.iflow.cn.

IFLOW_MCP_CLIENT

Optional MCP client slug forwarded to iFlow as the IFlow-MCP-Client header. Matches /^[a-z0-9._-]{1,64}$/.

IFLOW_MCP_CLIENT_VERSION

Optional MCP client version forwarded to iFlow as the IFlow-MCP-Client-Version header. Only honored when IFLOW_MCP_CLIENT is also set.

IFLOW_BASE_URL

Optional override for the iFlow Search API base URL. Defaults to https://platform.iflow.cn.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Image, Video & Audio