Neurobird Search MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neurobird Search MCP serverWhat are the latest developments in fusion energy?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Neurobird Search MCP server
A hosted Model Context Protocol server that gives an AI agent web search with the page content already extracted, plus clean markdown extraction of any URL.
There is nothing to install and nothing to run locally. The server is hosted at
https://search.neurobird.com/mcp over the streamable HTTP transport.
claude mcp add --transport http neurobird-search \
https://search.neurobird.com/mcp \
--header "Authorization: Bearer $NEUROBIRD_KEY"Get a key with one unauthenticated request. No signup form, no email, no card:
curl -X POST https://search.neurobird.com/keysEvery key carries 1,000 free credits a month.
Tools
web_search
Search the live web and get ranked results with the relevant passages already extracted from each page, so a follow up fetch is usually unnecessary.
Parameter | Type | Default | Notes |
| string | required | The search query. |
|
|
|
|
| integer | 6 | 1 to 20. |
| boolean | true | A grounded answer written only from retrieved passages. |
| string[] | Only return results from these domains. | |
| string[] | ||
| integer | Restrict to the last N days. | |
|
|
|
extract_url
Fetch one or more URLs and return their main content as clean markdown, with navigation, adverts and boilerplate removed. PDFs are converted to text.
Parameter | Type | Notes |
| string[] | Required. |
| string | Trims each page to the passages relevant to it. |
|
| Default |
Related MCP server: CrewAI Web Search MCP
Other MCP clients
The same URL works in any client that supports the streamable HTTP transport.
{
"mcpServers": {
"neurobird-search": {
"type": "http",
"url": "https://search.neurobird.com/mcp",
"headers": { "Authorization": "Bearer nbs-..." }
}
}
}Tested with Claude Code. Cursor, Windsurf, Zed and the Claude desktop app all accept a streamable HTTP MCP server in this shape.
What makes the results different
Page passages, not snippets. Each result carries the part of the page that answers the query, extracted from the live page, at no extra credit.
Quotes checked against the source. When an answer is requested, every supporting quote is matched back against the extracted source text. A quote that fails is returned marked unverified rather than silently dropped, so an agent can audit a claim instead of trusting it.
Rank fusion across engines. Results are fused from several engines with reciprocal rank fusion, so agreement between independent rankings drives the ordering.
Per stage timings in every response, so latency can be attributed from outside.
Pricing
Credits: basic or standard search 1, advanced search 2, grounded answer +1,
extract_url 1 per page.
Per 1,000 searches | |
Free tier | 1,000 credits a month, no card |
Basic search | $2 |
Deep search | $4 |
Deep search with grounded answer | $6 |
At 1M credits a month | $1 per 1,000 |
Honest limits
Median latency on the current single server deployment is about 15 seconds basic, 22 seconds standard and 28 seconds advanced. Upstream engines and the answer model account for nearly all of it. The HTTP streaming endpoint returns ranked links at about 5 seconds.
There is no index of our own. Coverage and freshness inherit from upstream engines.
Retrieval capacity, not code, is the scaling limit today.
Links
Landing page and live demo: https://search.neurobird.com
API reference: https://search.neurobird.com/api-reference
Payment options, machine readable: https://search.neurobird.com/payments
License
MIT. See LICENSE.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceWeb tools for AI agents. Search the web for full page content, fetch URLs as clean markdown including PDFs, extract structured data from a page with a prompt, and run multi-source deep research that returns a cited report.41MIT
- AlicenseNot gradedqualityBmaintenanceProvides web search and content extraction for AI agents.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search the web and extract content using multiple search providers, with caching, retry logic, and options for JavaScript-heavy page rendering.
Related MCP Connectors
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
The best web search for your AI Agent
Web research for agents: quality-scored Google search, webpage extraction, and deep research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seblosiv/neurobird-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server