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.

neuroapi.scrape
Any URL → clean markdown
neuroapi.search
Neural web search with hydrated content
neuroapi.crawl
Recursive site crawl with controls
neuroapi.map
Discover every URL on a domain
neuroapi.extract
Schema-typed JSON from any page
neuroapi.summary
Long-form pages → concise summary
neuroapi.question
Ask a URL a question, get a grounded answer
neuroapi.screenshot
Pixel-perfect fullpage capture
neuroapi.highlights
Pull the key passages from any article
neuroapi.branding
Logo, colors, fonts from any domain
neuroapi.interact
Stateless click/type/scroll on a rendered page
neuroapi.batch-scrape
Hundreds of URLs in one call

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.