← Back to browse

vanmoose-mcp-server

Indexed by io.github.codevanmoose

About

197 MCP tools from 74 developer APIs — screenshots, email, NLP, WHOIS, QR, PDF, and more.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVANMOOSE_API_KEY TENSCORE_API_KEY
Claude Code
claude mcp add --env VANMOOSE_API_KEY= --env TENSCORE_API_KEY= vanmoose-mcp-server -- npx @vanmoose/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"vanmoose-mcp-server","command":"npx","args":["@vanmoose/mcp-server"],"env":{"VANMOOSE_API_KEY":"","TENSCORE_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "vanmoose-mcp-server": {
      "command": "npx",
      "args": [
        "@vanmoose/mcp-server"
      ],
      "env": {
        "VANMOOSE_API_KEY": "",
        "TENSCORE_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.