Agent • 3 min • Streamable HTTP
Connect Cline
to the live web.
Cline is an autonomous agent that runs inside VS Code. With NeuroAPI plugged in, Cline can browse the web, compare API responses, and reference live docs while it writes code — no copy-paste.
Config location
Cline sidebar → MCP Servers → Edit MCP Settings
Setup in 3 min
- 1Open Cline
Click the Cline icon in the VS Code activity bar.
- 2Open MCP Servers
From Cline's top bar, choose the server icon, then 'Edit MCP Settings'.
- 3Add NeuroAPI
Use the snippet below. Save the file and Cline reloads servers automatically.
cline_mcp_settings.json
json
{
"mcpServers": {
"neuroapi": {
"url": "https://neuroapi.me/api/nk_live_YOUR_KEY/mcp",
"transport": "http"
}
}
}First prompts to try
Use neuroapi_crawl to map https://docs.stripe.com/api up to 200 pages, then generate a TypeScript SDK skeleton.
Scrape this Linear issue and break it into commits.
More clients
Ship an agent that sees the web
100 free credits, no card. Your MCP URL is ready the moment you sign up.