neetocal tools don’t appear in your assistant, work through these — each maps back to a step in Connect.
Restart or reload after editing the config
Restart or reload after editing the config
MCP servers are read when the assistant starts. After saving the config, restart Claude Code, restart Cursor (or reload the window), or reload VS Code / Windsurf. The
neetocal tools won’t appear until the assistant re-reads the config.Use the correct config key for your client
Use the correct config key for your client
A single wrong key stops the server from loading. Windsurf and Antigravity use
serverUrl; Claude Code, Cursor, and VS Code use url. VS Code nests the server under servers, while the others use mcpServers. Also make sure the JSON is valid — a trailing comma or missing brace will prevent it loading.Check the endpoint and API key
Check the endpoint and API key
The endpoint must be exactly
https://connect.neetocal.com/mcp/messages, and the Authorization header must be Bearer followed by a valid NeetoCal API key. Generate or verify your key from the API Keys article; a key only works for the workspace it was created in.VS Code: check the version and mode
VS Code: check the version and mode
The NeetoCal server needs VS Code 1.99 or later and is used from GitHub Copilot chat’s Agent mode — it isn’t available in Ask or Edit mode.
Windsurf: enable it and watch the tool limit
Windsurf: enable it and watch the tool limit
Enable the server under Settings → Cascade → MCP Servers. Windsurf allows up to 100 MCP tools across all connected servers, so disable servers you aren’t using if you’ve hit that limit.