General Tools
neurobird.com
Searches the live web and extracts main content from URLs as clean markdown.
ENDPOINT 1
https://search.neurobird.com/mcp
MCP server metadata
- Name
- neurobird-search
- Version
- 1.0.0
Use web_search for anything that needs current information from the web. It returns ranked sources with page passages already extracted, so a follow up fetch is usually unnecessary. Use extract_url when you already know which pages to read.
Known tools 2
web_searchSearch the live web and get ranked results with the relevant passages already extracted from each page.
Inferred read-onlyextract_urlFetch one or more URLs and return their main content as clean markdown, with navigation, ads and boilerplate removed.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.neurobird-search]
url = "https://search.neurobird.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neurobird-search": {
"type": "http",
"url": "https://search.neurobird.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neurobird-search
Remote MCP URL: https://search.neurobird.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"neurobird-search": {
"url": "https://search.neurobird.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neurobird-search": {
"type": "http",
"url": "https://search.neurobird.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neurobird-search",
"transport": "streamable-http",
"url": "https://search.neurobird.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for neurobird.com was fetched 2026-09-01T19:53:38.651Z.
neurobird.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.