Catalog
Vanmoose MCP Server
Officialby codevanmoose
197 MCP tools from 74 developer APIs — screenshots, email, NLP, WHOIS, QR, PDF, and more.
197 developer tools including screenshots, email, NLP, WHOIS, QR codes, and PDF processing.
README not available yet.
Install
Configuration
Environment variables
VANMOOSE_API_KEYrequiredsecretYour VanMoose API key from vanmoose.cc/dashboard
TENSCORE_API_KEYsecretTenScore API key (enables 5 TenScore analytics tools)
claude_desktop_config.json
{
"mcpServers": {
"vanmoose-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vanmoose/mcp-server@1.2.1"
],
"env": {
"VANMOOSE_API_KEY": "<YOUR_VANMOOSE_API_KEY>",
"TENSCORE_API_KEY": "<YOUR_TENSCORE_API_KEY>"
}
}
}
}