Model Context Protocol
One URL. The whole web as tools.
NeuroAPI ships a hosted MCP server that turns every primitive — scrape, search, crawl, extract, interact — into a typed tool any MCP-capable agent can call. No glue code. No browser pool. No keys leaking through your prompts.
Drop-in install
Add one URL to your client's MCP config. Every NeuroAPI tool appears in the agent's toolbox automatically.
Hosted & versioned
We run the server. Schema is stable; new tools land additively. No SDK upgrades to chase.
Per-key auth
Your API key is the URL. Revoke it any time. Scopes, IP allowlist, and per-key caps all enforced.
Stateful interact
Open a page, click, type, scroll, and read the resulting DOM — across multiple tool calls in one session.
Built for latency
Sub-second p50 on static pages. JS rendering kicks in only when needed.
JSON-first output
Every tool returns structured, agent-friendly JSON. Extract gets a real schema, not a vibe.
Every tool an agent actually needs
Twelve primitives, one schema, zero wrappers.
Add to Claude Desktop in 10 seconds
{
"mcpServers": {
"neuroapi": {
"url": "https://neuroapi.me/api/nk_live_.../mcp"
}
}
}Replace nk_live_... with your API key — generated free at signup.
Works with every MCP client
Ship an agent that sees the web
100 free credits, no card. Your MCP URL is ready the moment you sign up.