Serpex MCP
Serpex MCP
Ein Model Context Protocol (MCP)-Server, der Multi-Engine-Websuche über die Serpex API bereitstellt. Durchsuchen Sie Google, Bing, DuckDuckGo, Brave, Yahoo und Yandex mit automatischem Engine-Routing und strukturierten JSON-Ergebnissen.
Funktionen
✅ Multi-Engine-Unterstützung: Zugriff auf 6 Suchmaschinen (Google, Bing, DuckDuckGo, Brave, Yahoo, Yandex)
✅ Automatisches Routing: Wählt automatisch die beste verfügbare Suchmaschine aus
✅ Zeitfilterung: Ergebnisse nach Tag, Woche, Monat oder Jahr filtern
✅ Strukturierte Ergebnisse: Saubere, konsistente JSON-Antworten
✅ Schnell & zuverlässig: Integrierte Captcha-Verarbeitung und Proxy-Rotation
✅ Einfache Integration: Funktioniert mit Claude Desktop, Jan AI und jedem MCP-kompatiblen Client
Related MCP server: Serper Search and Scrape MCP Server
Installation
Schnellstart (npx - empfohlen)
Keine Installation erforderlich! Verwenden Sie npx, um direkt zu starten:
npx serpex-mcpGlobale Installation
npm install -g serpex-mcpLokale Installation
npm install serpex-mcpVerwendung
Mit Claude Desktop
Fügen Sie Folgendes zu Ihrer Claude Desktop-Konfiguration hinzu (~/Library/Application Support/Claude/claude_desktop_config.json unter macOS):
{
"mcpServers": {
"serpex": {
"command": "npx",
"args": ["-y", "serpex-mcp"],
"env": {
"SERPEX_API_KEY": "your-api-key-here"
}
}
}
}Mit anderen MCP-Clients
Jeder MCP-kompatible Client kann diesen Server verwenden. Konfigurieren Sie ihn mit:
Befehl:
npxArgumente:
-y serpex-mcpUmgebungsvariable:
SERPEX_API_KEY=your-key
Eigenständiger Betrieb
export SERPEX_API_KEY="your-api-key-here"
serpex-mcpVerfügbare Tools
serpex_search
Durchsuchen Sie das Web mit der Serpex-Multi-Engine-API. Optional wird der vollständige Seiteninhalt
(Markdown) der Top-Ergebnisse direkt mit der Suche abgerufen – nach bestem Bemühen. Prüfen Sie daher jedes
Ergebnis auf content bzw. content_error.
Parameter:
q(erforderlich): Suchanfrage (maximal 500 Zeichen)include_content(optional, boolesch): Ruft auch den vollständigen Seiteninhalt (Markdown) für die Top-Ergebnisse ab. Nach bestem Bemühen – etwa 79 % der Ergebnis-URLs liefern Inhalte; blockierte oder von Robots ausgeschlossene Seiten liefern stattdessencontent_error. Standard:false.content_results(optional,5 | 10): Anzahl der Top-Ergebnisse, für die Inhalte abgerufen werden sollen, wenninclude_contentauftruegesetzt ist. Muss genau5oder10sein. Standard:5.
Beispiel:
{
"q": "artificial intelligence trends 2025",
"include_content": true,
"content_results": 5
}Antwort (JSON, als Tool-Ausgabetext) enthält content_requested /
content_delivered-Zähler und, pro Ergebnis, content bei Erfolg oder content_error
bei Fehler – beide Schlüssel werden weggelassen, wenn keine Inhalte angefordert wurden.
So erhalten Sie Ihren API-Schlüssel
Besuchen Sie serpex.dev
Registrieren Sie sich für ein kostenloses Konto.
Holen Sie Ihren API-Schlüssel aus dem Dashboard.
Verwenden Sie ihn in der Umgebungsvariable
SERPEX_API_KEY.
API-Informationen
Basis-URL:
https://api.serpex.devDokumentation: https://serpex.dev/docs
Preise: Kostenloser Tarif verfügbar, erschwingliche kostenpflichtige Pläne.
Entwicklung
Aus dem Quellcode erstellen
git clone https://github.com/divyeshradadiya/serpex-mcp.git
cd serpex-mcp
pnpm install
pnpm buildTests ausführen
export SERPEX_API_KEY="your-key-here"
pnpm testLizenz
MIT
Links
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables web search across multiple search engines (DuckDuckGo, Bing, Startpage) with parallel execution and result deduplication. Also provides web page content extraction capabilities.2
- AlicenseBqualityDmaintenanceEnables web search via Serper API with advanced search operators and webpage scraping capabilities to extract content in plain text or markdown format.824,645MIT
- AlicenseAqualityDmaintenanceEnables advanced web search across multiple search engines (Brave, DuckDuckGo, Google, Bing, Yandex) with intelligent backend selection, full content extraction, and advanced filtering by time, language, geography, and content type.3MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables searching across multiple search engines (Google, Bing, YouTube, DuckDuckGo, etc.) and retrieving parsed search results via SerpApi integration.
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
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/divyeshradadiya/serpex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server