neetocal tools do not appear in your assistant, work through these checks. Each one corresponds to a Connect step.
Restart or reload after editing the config
Restart or reload after editing the config
Your assistant reads MCP servers when it starts. After saving the configuration, restart Claude Code or Cursor (or reload its window), or reload VS Code or Windsurf. The
neetocal tools appear only after it reads the configuration again.Use the correct config key for your client
Use the correct config key for your client
One incorrect key prevents 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 check that the JSON is valid: a trailing comma or missing brace prevents it from 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 contain Bearer followed by a valid NeetoCal API key. Generate or verify your key in the API Keys article. A key only works in the workspace where you created it.VS Code: check the version and mode
VS Code: check the version and mode
The NeetoCal server requires VS Code 1.99 or later and works in GitHub Copilot Chat’s Agent mode. It is not 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 in Settings → Cascade → MCP Servers. Windsurf allows up to 100 MCP tools across all connected servers. If you reach that limit, disable servers you are not using.