skills$openclaw/serpapi-mcp
merlintxu5.3k

by merlintxu

serpapi-mcp – OpenClaw Skill

serpapi-mcp is an OpenClaw Skills integration for coding workflows. Run SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command.

5.3k stars9.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameserpapi-mcp
descriptionRun SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command. OpenClaw Skills integration.
ownermerlintxu
repositorymerlintxu/serpapi-mcp
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @merlintxu/serpapi-mcp
last updatedFeb 7, 2026

Maintainer

merlintxu

merlintxu

Maintains serpapi-mcp in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
serp.sh
769 B
_meta.json
277 B
SKILL.md
1.2 KB
SKILL.md

name: serpapi-mcp description: Run SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command.

serpapi-mcp

Wrapper skill for using SerpAPI’s MCP server from inside Clawdbot via mcporter.

/serp usage

Treat this skill as providing the /serp command.

Syntax:

  • /serp <query>
  • /serp <query> [engine] [num] [mode]

Defaults:

  • engine=google_light
  • num=5
  • mode=compact (compact strips some metadata; complete returns the full payload)

Examples:

  • /serp site:cnmv.es "educación financiera"
  • /serp "AAPL stock" google 3 compact
  • /serp "weather in Madrid" google 1 complete

Implementation

Run the bundled script (JSON output):

  • skills/serpapi-mcp/scripts/serp.sh "<query>" [engine] [num] [mode]

It calls the MCP tool:

  • https://mcp.serpapi.com/$SERPAPI_API_KEY/mcp.search

Requirements

  • SERPAPI_API_KEY must exist in the environment.
    • Recommended: set it in Clawdbot gateway config at env.vars.SERPAPI_API_KEY.

Output

Returns JSON (from SerpAPI), typically including fields like organic_results, news_results, etc., depending on the engine.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- `SERPAPI_API_KEY` must exist in the environment. - Recommended: set it in Clawdbot gateway config at `env.vars.SERPAPI_API_KEY`.

FAQ

How do I install serpapi-mcp?

Run openclaw add @merlintxu/serpapi-mcp in your terminal. This installs serpapi-mcp into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/merlintxu/serpapi-mcp. Review commits and README documentation before installing.