Blopus.ai Docs
Integrate

Step-by-step setup guides

The picker below gives you the snippet. These pages walk the whole thing: where the config file lives, how to confirm the tools are live, and what each error means.

Integrations

Connect any agent in under a minute. One key, one endpoint โ€” pick your tool for a copy-paste snippet, plus a link to its official docs.

Almost every tool below is MCP-native: point it at https://mcp.blopus.ai/mcp/ with an Authorization: Bearer header and the search + fetch tools appear automatically. The generic config is:

Agents & code editors#

CC
Claude Code
MCP ยท CLI

Register the hosted MCP server from the Claude Code CLI โ€” search + fetch land instantly.

Claude Code docs: MCP
Cu
Cursor
MCP

Drop Blopus into ~/.cursor/mcp.json (global) or .cursor/mcp.json in a project.

Cursor docs: MCP
Cn
Cline
MCP

Add Blopus in Cline's MCP settings โ€” the Blopus tools appear in every task.

Cline docs: MCP
Ws
Windsurf
MCP

Point Cascade at the Blopus MCP server from your Windsurf config.

Windsurf docs: MCP
Ct
Continue
MCP

Add Blopus as an MCP server in your Continue config and it's available to every model.

Continue docs: MCP
Z
Zed
MCP

Register Blopus as a context server in Zed's settings and the agent can search the live web.

Zed docs: MCP

Chat apps & desktop#

Cl
Claude
MCP ยท connector

Settings โ†’ Connectors โ†’ Add custom connector, then paste the URL and your key.

Anthropic docs: custom connectors
GP
ChatGPT
MCP ยท connector

Turn on Developer mode and add Blopus as a connector, or call it as a function from the API.

OpenAI docs: MCP & connectors
LM
LM Studio
MCP

LM Studio is an MCP host โ€” open Program โ†’ Edit mcp.json and add Blopus.

LM Studio docs: MCP
J
Jan
MCP

Jan is an MCP host โ€” turn on MCP Servers in Settings and add Blopus for web search + fetch.

Jan docs: MCP servers
LC
LibreChat
MCP

Add Blopus under mcpServers in librechat.yaml and it's available to every agent.

LibreChat docs: MCP
OW
Open WebUI
MCP

Open WebUI is an MCP client (v0.6.31+) โ€” add Blopus as a Streamable-HTTP tool server with a Bearer token.

Open WebUI docs: MCP

Frameworks & SDKs#

Lc
LangChain
SDK

Add the Blopus tool to any LangChain / LangGraph agent.

LangChain docs: tools
Li
LlamaIndex
SDK

Load the Blopus tool spec and hand it to any LlamaIndex agent.

LlamaIndex docs: tools
Cr
CrewAI
SDK

Give any CrewAI agent the Blopus search tool.

CrewAI docs: tools
V
Vercel AI SDK
SDK

Register Blopus as a tool in generateText / streamText.

Vercel AI SDK docs: tools
Lg
LangGraph
SDK ยท MCP

Load Blopus via langchain-mcp-adapters (or a plain @tool) and pass it to create_react_agent.

LangGraph docs: MCP tools
Ag
AutoGen
SDK ยท MCP

Load Blopus with mcp_server_tools over Streamable HTTP and hand the tools to an AssistantAgent.

AutoGen docs: MCP tools

No-code & automation#

n8
n8n
MCP ยท no-code

Wire Blopus into any workflow with the MCP Client Tool node โ€” no code.

n8n docs: MCP Client Tool
Fl
Flowise
MCP ยท no-code

Drop a Custom MCP node on the canvas, point it at the Blopus endpoint, and refresh available actions.

Flowise docs: Tools & MCP
Lf
Langflow
MCP ยท no-code

Add the MCP Tools component (Streamable HTTP) and the agent gets Blopus search + fetch.

Langflow docs: MCP client
Di
Dify
no-code

Create a Custom tool from Blopus' OpenAPI schema, then enable it in any agent or workflow.

Dify docs: custom tools

LLM serving engines#

Any OpenAI-compatible server can call Blopus through function / tool calling. Register a search tool whose handler hits the Blopus REST API, and your local model reaches the live web:

Works the same across these OpenAI-compatible engines:

OlOllama vLvLLM lcllama.cpp SGSGLang TGTGI LALocalAI MXMLX TRTensorRT-LLM

Don't see your tool? If it speaks MCP or can call a function, Blopus drops in โ€” same key, one endpoint, no lock-in. See the MCP server reference for the full contract.