Skip to content

Commit fba8e35

Browse files
authored
feat(mcp): add serply-search server catalog entry (#3085)
Adds an opt-in HTTP entry for Serply's hosted MCP endpoint to mcp-configs/mcp-servers.json, following the parallel-search and browser-use shape: https URL, X-Api-Key header placeholder, nothing enabled by default. Independent review confirmed valid JSON, catalog-tier policy per docs/MCP-CONNECTOR-POLICY.md, and that the endpoint itself answers 401 asking for X-Api-Key, so the placeholder header is warranted. CI 44/44 at the head.
1 parent bdf92d8 commit fba8e35

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

mcp-configs/mcp-servers.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,14 @@
213213
"command": "npx",
214214
"args": ["-y", "squish-memory"],
215215
"description": "Local-first persistent memory runtime for AI agents — MCP server for Claude Code, Cursor, OpenCode, Codex, Cline. Auto-captures context across sessions. 1-20ms recall, 283KB, no second LLM needed. Runs locally with SQLite. Supports cloud sync via Stripe checkout ($9-$99/mo). GitHub: https://github.com/michielhdoteth/squish | Docs: https://squishplugin.dev | (also available via local `squish run mcp`)"
216+
},
217+
"serply-search": {
218+
"type": "http",
219+
"url": "https://api.serply.io/mcp",
220+
"headers": {
221+
"X-Api-Key": "YOUR_SERPLY_API_KEY_HERE"
222+
},
223+
"description": "Serply hosted web search: Google, Bing, News, Scholar, Jobs, Maps, video and Amazon product search plus scrape_url. Search tools return a readable result list with structured content alongside, Maps returns structured JSON, and scrape_url returns Markdown or raw HTML. Complements exa-web-search and parallel-search with classic keyword SERP results and per-country/locale targeting. Requires an API key from serply.io (replace the header placeholder)."
216224
}
217225
},
218226
"_comments": {

0 commit comments

Comments
 (0)