justserpapi-mcp
OfficialThis server acts as an MCP interface for JustSerpAPI, letting you search, explore, and call JustSerpAPI endpoints (Google Search, Google Maps, Google Trends, Web scraping, and more) from any MCP-compatible AI assistant.
search_endpoints: Find the right endpoint using a natural-language query, with optional filtering by service (e.g.google_maps,google_trends,web).get_endpoint_schema: Inspect the full parameter contract for a specific endpoint, including required/optional parameters and pagination hints.call_endpoint: Execute any JustSerpAPI endpoint by ID with validated parameters; supports result size limiting and idempotency keys. Returns raw JSON, with large responses automatically truncated.list_services: See all supported services (e.g. Google Search, Google Maps, Google Trends, Web) along with their endpoint counts.get_account_balance: Check your subscription and remaining credits.get_usage_summary: Review recent API usage, consumed credits, and endpoint trends.refresh_catalog: Re-fetch and update the endpoint catalog from JustSerpAPI's OpenAPI documentation (admin-only).
Provides tools to search Google, access Google Trends, and retrieve Google Shopping results via the JustSerpAPI.
Provides tools to query Google Maps for reviews and other location data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@justserpapi-mcpSearch Google for "best running shoes" in the United States."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JustSerpAPI MCP Server
Use JustSerpAPI from Codex, Claude Desktop, Cursor, and other MCP-compatible AI assistants.
This MCP server helps your assistant find the right JustSerpAPI endpoint, inspect the required parameters, call the API, and continue paginated results when the API returns a next-page token or offset.
Quick Start
Remote HTTP
Remote HTTP is the recommended setup.
{
"mcpServers": {
"justserpapi": {
"url": "https://mcp.justserpapi.com/mcp",
"headers": {
"Authorization": "Bearer your_api_key"
}
}
}
}Local stdio
You can also run the MCP server locally with npx.
{
"mcpServers": {
"justserpapi": {
"command": "npx",
"args": ["-y", "justserpapi-mcp"],
"env": {
"JUSTSERPAPI_API_KEY": "your_api_key"
}
}
}
}Related MCP server: SerpApi MCP Server
Supported Clients
JustSerpAPI MCP works with MCP-compatible clients that support remote HTTP or local stdio servers, including:
Codex
Claude Desktop
Cursor
Claude Code
OpenAI Agents SDK
Other MCP-compatible AI assistants
Authentication
Use your JustSerpAPI API key:
Authorization: Bearer your_api_keyFor local stdio, set:
JUSTSERPAPI_API_KEY=your_api_keyAvailable Tools
search_endpoints: Find the best JustSerpAPI endpoint from a natural-language request.get_endpoint_schema: Inspect required parameters, optional parameters, and pagination hints.call_endpoint: Call a JustSerpAPI endpoint and return raw JSON data.get_account_balance: Check your subscription and remaining credits.get_usage_summary: Review recent API usage, consumed credits, and endpoint trends.list_services: List available services such as Google Search, Google Maps, Google Trends, and Web.refresh_catalog: Refresh the endpoint catalog from JustSerpAPI docs.
Example Prompts
Ask your AI assistant naturally:
Find the Google search API and show me the required parameters.Search Google for "best running shoes" in the United States.Find the Google Maps reviews endpoint and tell me how to request the next page.Get Google Trends trending-now results for the US.Find the Google Shopping search API and call it for "iphone 16 case".Convert this web page to Markdown: https://example.comContinue to the next page of the previous JustSerpAPI result.Check my remaining JustSerpAPI credits.Show my API usage for the last 30 days.The API returned code 402. Explain what it means and what I should check.Response Format
call_endpoint returns the JustSerpAPI response data as raw JSON. Large arrays
and long text fields may be shortened so the AI assistant can read the result
reliably. When that happens, the response includes truncated: true and the
paths that were shortened.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/justserpapi/justserpapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server