# Serply — MCP server on mcp.ai > Connect your Serply account and use 3 tools for developer tools straight from your AI agent. Connect with your own API key. Serply is a fast and accurate search API that provides real-time Google search results, SERP data, and web scraping capabilities. Access Google Search, Bing Search, Google Jobs, Google Scholar, Google News, and more via simple API calls. By: mcp.ai · official Page: https://mcp.ai/serply ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_serply?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/serply/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/serply/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/serply/skill.md Postman collection (v2.1): https://mcp.ai/serply/postman.json ## Tools - serply_perform_image_search(gl?: string, hl?: string, num?: integer, safe?: string, query: string, start?: integer) — Performs an image search using the Serply API to find images matching a text query. This tool searches for images on the web and returns results with image URLs, thumbnails, dimensions, titles, and so - serply_perform_maps_search(limit?: integer, query: string) — Tool to perform a maps search. Use when you need to find geographic locations for a given query. - serply_perform_scholar_search(gl?: string, hl?: string, num?: integer, query: string, newWindow?: boolean) — Tool to perform an academic scholar search via Serply. Use when you need scholarly literature search results for a specific query. ## Example prompts - "What can I do in Serply?" - "Show me a summary of my Serply account" ## Links Docs: https://mcp.ai/docs/mcps/serply Website: https://mcp.ai/mcps/serply