serphouse-mcp

serphouse-mcp is a skill for Claude Code, Codex from SERPHouse/agent-skills. It costs 29 tokens per session (825 once invoked), scanned A, original, MIT.

A guide for using SERPHouse tools to retrieve live search-engine results and SEO data from Google, Bing, and Yahoo.

In plain words
What is it for?
Use it for ranking checks, competitor research, keyword suggestions, local results, job searches, and image, news, or video searches.
Why use it?
It provides current search results and search-position information instead of relying on assumptions or old data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/serphouse/agent-skills/mcp
Any agent
npx skills add SERPHouse/agent-skills --skill mcp
Clone the repo
git clone --depth 1 https://github.com/SERPHouse/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for serphouse-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/serphouse/agent-skills/mcp.svg)](https://agentmods.dev/skills/serphouse/agent-skills/mcp)
Your own site
<a href="https://agentmods.dev/skills/serphouse/agent-skills/mcp"><img src="https://agentmods.dev/badge/skills/serphouse/agent-skills/mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00825
Opus 5 $0.00015 $0.00413
Sonnet 5 $0.00006 $0.00165
Haiku 4.5 $0.00003 $0.00082

Measured 6d ago against content hash 4eaefa399a4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

serphouse-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mcp/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SERPHouse MCP Server Skill

Connect AI assistants to live SERP data, Google verticals, and SEO intelligence — powered by SERPHouse. Run Google, Bing, and Yahoo searches, resolve locations, and query Jobs, Local, Videos, and more via any MCP-compatible client.

When to Use

Trigger when the user's request involves live search engine data:

Category Example prompts
Rank tracking "Where do we rank for 'crm software' on Google US desktop?"
Competitor analysis "Who owns the top 5 spots for 'project management software' in London?"
Local search "Top Google Local results for 'emergency plumber' in Chicago."
Keyword discovery "What does Autocomplete suggest for 'best saas for'?"
Position monitoring "Run a mobile Bing SERP check for our brand in NYC."
Multi-engine "Compare Yahoo and Google news results for 'electric vehicles'."
Image/News/Video "Search Google Images for 'minimalist logo'."
Job listings "Search Google Jobs for 'software engineer' in San Francisco."
Location resolution "Find the loc_id for Austin, Texas."
Account info "Check my SERPHouse account balance."

Do not trigger for static/internal queries (e.g., "summarize our docs").

How to Add

1. Get an API Key

Sign up at SERPHouse Dashboard.

2. Add to Client Config

Header-based auth (recommended):

{
  "mcpServers": {
    "serphouse": {
      "type": "http",
      "url": "https://mcp.serphouse.com/mcp",
      "headers": {
        "SERPHOUSE_API": "<your_serphouse_api_key>"
      }
    }
  }
}

URL-path auth (for clients without custom header support):

{
  "mcpServers": {
    "serphouse": {
      "type": "http",
      "url": "https://mcp.serphouse.com/<your_serphouse_api_key>/mcp"
    }
  }
}

Available Tools (21 total)

Reference Tools

serphouse_domain_list, serphouse_language_list, serphouse_location_search, serphouse_account_info

Read the full file on GitHub · 88 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 88 lines · 29 tokens per session scan A 4eaefa399a4d

Subscribe to this mod's changes

serphouse-mcp is a skill published in the GitHub repository SERPHouse/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 825 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens

writing-workflow-skills

Use when adding a new workflow skill to pi-thinkrail-workflow, changing an existing workflow skill's role, trigger, handoff, or structure, or checking a workflow skill against the workflow system's rules. Not for authoring general-purpose skills outside this package.

JetBrains/thinkrail · 60 tokens

writing-specs

Use when a workflow step drafts or revises a spec artifact — a goal-and-requirements, an architecture, or a module SPEC — or when a workflow skill names it at such a step. The shared quality bar for specs — not a workflow, nothing to execute.

JetBrains/thinkrail · 59 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

authentication-patterns

OAuth 2.0, JWT, SSO, MFA, NextAuth/Clerk/Supabase Auth implementation patterns.

travisjneuman/.claude · 28 tokens

case-interview-practice

Interactive consulting case interview practice with structured frameworks, feedback mechanisms, and progressive difficulty. Use when preparing for management consulting interviews, case competitions, or business problem-solving exercises.

travisjneuman/.claude · 39 tokens