Clean, model-ready results from our own fresh web index. Add it to any LLM or agent as a hosted MCP server or a single API call — and it answers from what's happening now.
// Add Blopus to Claude, Cursor, or any MCP client { "mcpServers": { "blopus": { "url": "https://mcp.blopus.ai", "headers": { "Authorization": "Bearer blp_live_..." } } } }
curl https://api.blopus.ai/v1/search \ -H "Authorization: Bearer blp_live_..." \ -H "Content-Type: application/json" \ -d '{"query":"site reliability trends 2026","max_results":5,"freshness":"month"}'
import requests r = requests.post("https://api.blopus.ai/v1/search", headers={"Authorization": "Bearer blp_live_..."}, json={"query": "latest on vector databases", "max_results": 5}) for x in r.json()["results"]: print(x["title"], x["url"])
const r = await fetch("https://api.blopus.ai/v1/search", { method: "POST", headers: { Authorization: "Bearer blp_live_...", "Content-Type": "application/json" }, body: JSON.stringify({ query: "who won the match last night", max_results: 5 }), }); const { results } = await r.json(); console.log(results[0].snippet);
Raw HTML is noise. Blopus returns ranked results with clean, de-duplicated, citation-ready snippets — from an index we own and keep fresh, so your context window works for you, not against you.
Our own crawler and index, refreshed in minutes — not a reseller of Google or Bing, not a scraper. No third-party terms, quotas, or price changes sitting between your agent and the web.
Hybrid semantic + keyword ranking finds results by meaning and exact terms, returns clean model-ready snippets, and connects over native MCP. ~130 ms typical.
~130 ms typical server-side latency; end-to-end varies with your network, region, and connection.One price, a hard cap, zero overage. Hit your monthly searches and calls pause until reset — a runaway agent can never run up a surprise bill. Top up any time if you need more.
One key, one endpoint. Tap your tool for a copy-paste snippet — MCP, function calling, an SDK, or plain REST — plus a link to its official docs.
Plus any MCP client or tool-calling agent. If your model or framework can call a tool — natively over MCP, or as a function in any agent loop — Blopus drops right in. Cline, Windsurf, Continue, LangChain, LlamaIndex, CrewAI, AG2, n8n, and hundreds more. One key, one endpoint, everywhere — no SDK, no lock-in.
Blopus runs its own crawler and search index end to end. We don't resell Google or Bing, and we don't scrape third-party services — so you get an independent source of truth that stays up when someone else's terms, quotas, or prices change. New pages become searchable within minutes.
Connect once and every tool-using model can search, fetch, and cite the live web. No custom tool code, no browser farm, no maintenance. Point Claude, Cursor, or your own runtime at Blopus and your agents get more reach — instantly. Bundled in every plan.
https://mcp.blopus.ai — nothing to deploy, patch, or maintain.search (with a freshness param — great for fresh/news queries) and fetch — ready out of the box.{
"mcpServers": {
"blopus": {
"url": "https://mcp.blopus.ai",
"headers": { "Authorization": "Bearer blp_live_..." }
}
}
}# any MCP-aware agent framework tools = mcp.connect("https://mcp.blopus.ai", key=KEY) agent = Agent(model="your-llm", tools=tools) agent.run("Research 3 vendors and cite sources.") # the model now calls search / fetch on its own
Most search APIs hand your model raw links and a metered bill. Blopus ships the whole agent toolkit — hybrid search, full-page fetch, and a native MCP server — over an index we own, with pricing you can actually cap.
| Capability | Blopus.ai | Brave Search API | Tavily | Exa | Serper / SerpAPI |
|---|---|---|---|---|---|
Not reselling or scraping Google/Bing — so it won't suddenly break, throttle, or hike prices on you. | ✓ | ✓ | ~ | ✓ | — |
Returns clean, ready-to-read text with links — not messy raw web pages your model has to untangle. | ✓ | ~ | ✓ | ✓ | — |
Your agent can read and quote the actual article, instead of guessing from a one-line preview. | ✓ | — | ✓ | ✓ | — |
Drop into Claude, Cursor, ChatGPT, or any agent via MCP — no custom code. | ✓ | ~ | ~ | ~ | — |
One predictable monthly price; hit your cap and calls pause — a runaway agent can never run up a bill. | ✓ | — | — | — | ~ |
Always know where you stand, and get pinged before you hit the cap. | ✓ | ~ | ~ | ~ | ~ |
| Cost per 1,000 searches | ~$1.65–2.33 | ~$3–9 | ~$5–8 | ~$7 | ~$0.30–1 |
| Starts at | $7/mo | ~$5 credit | $30/mo | usage-based | $25/mo |
✓ full · ~ partial / varies by tier · — not offered. Note: Serper / SerpAPI are raw Google resellers (scraped SERPs), not an independent index. *Prices are approximate, vary by plan, endpoint, and volume, and may change at any time — verify current pricing with each provider. Competitor details drafted for layout; confirm before publishing.
One flat monthly price for a fixed number of searches. Hit your cap and calls pause until it resets or you upgrade — we never send an overage bill. Need a little more? Buy a one-time top-up. That's the whole point.
Effective ≈ $1.65–2.33 per 1,000 searches · flat rate, no metered overage. Hit the cap and buy a one-time top-up (+1,000 or +5,000 searches) — still no overage. Need higher volume or custom terms? Talk to us about Enterprise →
Metered APIs punish you the moment an agent loops. Blopus is flat-rate and hard-capped — you pay your plan, full stop. That's the entire pitch.
Pay your monthly plan and nothing else. No per-call metering, no usage invoice, no end-of-month math.
Reach your monthly searches and calls pause until reset or upgrade. We never charge a cent over your plan — a runaway agent can't run up a tab. Buy a one-time top-up if you need more.
Live usage dashboard with alerts at 50 / 80 / 100%, so you always know where you stand.
Everything you'd want to know before wiring Blopus into your agents. Still stuck? Email us.
blp_live_... — drop one into the REST API, a Python/TS SDK, or the hosted MCP endpoint and you're reading the live web in one line.https://mcp.blopus.ai — point Claude, Cursor, ChatGPT, or any MCP / OpenAI-tool client at it with your key and the search and fetch tools appear automatically. Nothing to deploy.Grab a key, paste one snippet, and your model is reading the live web — no SDK, no infrastructure, nothing to deploy.