@joinmassive/mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MASSIVE_TOKEN | Yes | Your Massive API token. Get it from https://dashboard.joinmassive.com → Developer → API Keys |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_fetchA | Fetch any URL through Massive. Returns Markdown by default (best for LLM consumption); also supports rendered HTML and raw HTML. Handles JS rendering, captcha solving, and 195+ country geo-targeting. Cost: 1 credit base. Multipliers stack:
Use expiration=0 for always-live data (prices, scores). Default expiration=1 (day) reuses cached results. Live pricing: https://joinmassive.com/pricing |
| web_searchA | Google search results parsed into structured JSON. Returns organic results, AI overview (if present), and 'people also ask' questions. Cost: 1 credit base. No multipliers. Use expiration=0 for always-live results; default expiration=1 (day) reuses cached SERPs. Localize with country, subdivision, city, language, display. |
| ai_chat_completionA | Get a chatbot answer (ChatGPT, Gemini, Perplexity, or Copilot) with structured sources. Cost: 1 credit base. No multipliers. Use expiration=0 for fresh answers; default expiration=1 (day) reuses cached responses. Localize with country, subdivision, city, language, display, device. |
| account_statusA | Returns the user's remaining credit balance. Free; does not consume credits. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| web_search_full | Google search: top 10 organic results, AI overview, and people-also-asked. |
| web_fetch_markdown | Fetch a URL as Markdown. |
| ai_chat_full | Ask a chatbot (ChatGPT/Gemini/Perplexity/Copilot) and show answer + sources. |
| account_check | Show my Massive credit balance. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| pricing | Credit cost per endpoint and difficulty/speed multipliers. |
| geotargeting | Country / subdivision / city formats and examples for routing requests. |
| changelog | What's new in each release. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joinmassive/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server