Skip to main content
Glama
joinmassive

@joinmassive/mcp-server

Official
by joinmassive

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MASSIVE_TOKENYesYour Massive API token. Get it from https://dashboard.joinmassive.com → Developer → API Keys

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • difficulty=medium → 2×

  • difficulty=high → premium (higher multiplier; use only if low fails)

  • Geo-targeting (country/city) does not currently change cost.

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

NameDescription
web_search_fullGoogle search: top 10 organic results, AI overview, and people-also-asked.
web_fetch_markdownFetch a URL as Markdown.
ai_chat_fullAsk a chatbot (ChatGPT/Gemini/Perplexity/Copilot) and show answer + sources.
account_checkShow my Massive credit balance.

Resources

Contextual data attached and managed by the client

NameDescription
pricingCredit cost per endpoint and difficulty/speed multipliers.
geotargetingCountry / subdivision / city formats and examples for routing requests.
changelogWhat's new in each release.

Latest Blog Posts

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