Web tools for Claude — research, geo-targeted search, bulk extraction, and SERP analysis powered by @joinmassive/mcp-server. Available for Claude Code (via marketplace) and Claude Cowork (via downloadable plugin zip).
After installing this plugin, you have:
- Four skills, each invocable explicitly with
/massive:<name>and (for the first three) auto-activating when the user's prompt matches:/massive:research <topic>— research a topic with citations, optionally geo/locale-targeted./massive:fetch <url> [...]— bulk-fetch URLs as markdown./massive:serp <query>— SERP analysis (AI Overview / Organic / People-Also-Asked)./massive:credits— check your account balance (explicit-only, no auto-activation).
- One agent —
massive-researcher— for parallelweb_fetchin an isolated context. - Four MCP tools (from
@joinmassive/mcp-server):web_search,web_fetch,ai_chat_completion,account_status.
/plugin marketplace add joinmassive/ai-toolkit
/plugin install massive@joinmassive
When you enable the plugin, Claude Code prompts you for your Massive API token and stores it in your OS keychain. Get a token at https://dashboard.joinmassive.com/developer/api-keys. To change the token later, reconfigure the plugin via /plugin.
Download massive-plugin-<version>.zip from https://github.com/joinmassive/ai-toolkit/releases and install it via Claude Cowork's plugin upload flow. The archive root is the plugin root: .claude-plugin/plugin.json plus skills/, agents/, .mcp.json. Configure your Massive API token through Claude Cowork's plugin settings.
After install, in any Claude session:
/massive:credits
If you see your balance, you're good.
Skills are description-driven. Claude reads each skill's description and decides when to use it. Examples of auto-activation:
- "research the latest on quantum networking" →
/massive:research - "what does the Spanish-language web say about Lionel Messi" →
/massive:researchwithlanguage=es - "fetch these three URLs as markdown: a, b, c" →
/massive:fetch - "what is Google showing for
react server components" →/massive:serp
You can also invoke each skill explicitly with the slash command. /massive:credits is explicit-only — Claude will not auto-invoke it.
The plugin is free; the underlying API costs credits per call:
web_search: 1 creditweb_fetch: 1 creditai_chat_completion: 1 creditaccount_status: free
Pricing details: https://joinmassive.com/pricing.
- Token errors (403) — your API token may be invalid or expired. Reconfigure the plugin via
/pluginto set a fresh token. - Tools don't appear in
/help— restart Claude Code. The plugin is loaded at session start.
See CONTRIBUTING.md for adding skills, agents, and commands.
MIT — see LICENSE.