mcpbeat

Pa1m SEO MCP Server

io.github.retampweb/pa1m-seo
answering

Pa1m SEO is answering right now. Last checked 9 min ago. It exposes 36 tools.

Pay-per-call SEO agent: keyword research, SERP analysis, on-page optimization. x402, USDC on Base.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
36
Tools
read from the server
207 ms
Response time
average over 24h
open, no key
Access
sse

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add pa1m-seo --transport http https://seo.hypa1m.xyz/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pa1m-seo": {
      "url": "https://seo.hypa1m.xyz/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pa1m-seo]
url = "https://seo.hypa1m.xyz/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pa1m-seo": {
      "url": "https://seo.hypa1m.xyz/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pa1m-seo": {
      "url": "https://seo.hypa1m.xyz/mcp"
    }
  }
}

Available tools 36

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

google
google_check_report
Full index-check report — FREE Per-URL indexed/not-indexed listing with titles. Free, 30 requests/min per IP. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_check_status
Poll an index-check task — FREE Progress and results of an index check. Free, 30 requests/min per IP. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_index_check
Check if one URL is in Google's index — $0.02 Check a single URL's presence in Google's index. Returns a definitive in-index / not-in-index verdict per URL, plus the title Google holds for the page. An unindexed page earns no traffic and an unindexed backlink passes no weight, so this is the check that tells you whether published work is actually live in search. Runs as an async task — poll /google/check/status/{task_id} (free) for results. Body: {"urls": ["https://example.com/page"]} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_index_check_bulk
Check up to 1000 URLs against Google's index — $12.00 Check up to 1000 URLs in one call ($0.012/URL). Returns a definitive in-index / not-in-index verdict per URL, plus the title Google holds for the page. An unindexed page earns no traffic and an unindexed backlink passes no weight, so this is the check that tells you whether published work is actually live in search. Runs as an async task — poll /google/check/status/{task_id} (free) for results. Body: {"urls": ["https://example.com/a", "https://example.com/b"]} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_index_report
Final per-URL indexation report — FREE Per-URL breakdown once the task completes: which URLs are in Google's index, which are not, page titles as Google holds them, and any fetch errors (-1 means a noindex meta tag was found; 404/502 are the page's own HTTP status). Free, 30 requests/min per IP. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_index_status
Poll a crawl-request task — FREE Progress of a crawl request: how many URLs were processed and how many have entered Google's index so far. Counts keep moving until the day-7 final report. Free, 30 requests/min per IP. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_index_submit
Send one URL to Google's crawler — $0.25 Request an on-demand mobile Googlebot crawl of a single URL. Agents cannot make Google crawl an arbitrary page — this endpoint does it. How it works: the URL is queued and a genuine mobile Googlebot crawl is driven to it. No link pyramids, no PBN, no spam networks, and no Search Console access required — so it works for URLs on domains you do not own: backlinks, guest posts, profile links, PDFs and third-party pages. Safe for fresh domains. Guaranteed: a real Googlebot visit to every submitted URL. Not guaranteed: entry into the index — that is Google's decision based on page quality, and typically 70%+ of submitted URLs are indexed. First movement shows in 48-72 hours; the final per-URL indexation report is ready on day 7. Priced per submitted URL, not per indexed URL. Poll /google/index/status/{task_id} (free) for progress and the final report. Body: {"urls": ["https://example.com/page"]} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
google_index_submit_bulk
Send up to 10 URLs to Google's crawler — $2.00 Request on-demand mobile Googlebot crawls for up to 10 URLs in one call ($0.20/URL). How it works: the URL is queued and a genuine mobile Googlebot crawl is driven to it. No link pyramids, no PBN, no spam networks, and no Search Console access required — so it works for URLs on domains you do not own: backlinks, guest posts, profile links, PDFs and third-party pages. Safe for fresh domains. Guaranteed: a real Googlebot visit to every submitted URL. Not guaranteed: entry into the index — that is Google's decision based on page quality, and typically 70%+ of submitted URLs are indexed. First movement shows in 48-72 hours; the final per-URL indexation report is ready on day 7. Priced per submitted URL, not per indexed URL. Poll /google/index/status/{task_id} (free) for progress and the final report. Body: {"urls": ["https://example.com/a", "https://example.com/b"]} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
backlinks
backlinks_check
Verify a backlink on one donor page — $0.02 Confirm that a single donor page really links to your domain. Fetches each donor page with full JavaScript rendering, so links injected client-side are still found, and reports per donor: the exact target links present, domain authority, spam score, and whether the donor page itself is indexed by Google — a live link on an unindexed page passes nothing. Use it after a link-building campaign to see which placements survived and which were quietly removed, nofollowed or deindexed. Runs as an async task — poll /backlinks/status/{task_id} (free) for the report. Body: {"donor_urls": ["https://donor.com/post"], "target_domains": ["yoursite.com"]} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
backlinks_check_bulk
Verify backlinks across up to 500 donor pages — $6.00 Audit up to 500 donor pages in one call ($0.012/donor). Fetches each donor page with full JavaScript rendering, so links injected client-side are still found, and reports per donor: the exact target links present, domain authority, spam score, and whether the donor page itself is indexed by Google — a live link on an unindexed page passes nothing. Use it after a link-building campaign to see which placements survived and which were quietly removed, nofollowed or deindexed. Runs as an async task — poll /backlinks/status/{task_id} (free) for the report. Body: {"donor_urls": ["https://donor.com/post"], "target_domains": ["yoursite.com"]} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
backlinks_status
Backlink verification report — FREE Per-donor results: found target links, domain authority, spam score and the donor page's own indexation status. Free, 30 requests/min per IP. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
scan
scan_full
Full SEO Audit — 500 pages, $5.00. One call replaces 500+ agent tool calls. Deep crawl up to 500 pages across all 20 SEO categories (200 rules). Recommended for large sites, e-commerce stores, or when quick scan misses critical pages. Returns a job_id immediately. Poll GET /status/{job_id} until status='done' (~2–15min). Same result structure as quick scan but with higher page coverage and more accurate averages. Body: {"url": "https://example.com"} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
scan_quick
Quick SEO Audit — 50 pages, $0.50 Crawls up to 50 pages of a website and scores all 20 SEO categories (200 rules). Returns a job_id immediately. Poll GET /status/{job_id} every 5s until status='done' (~30–120s). The result JSON contains per-category scores (0–100), issue lists with severity, and page-level breakdowns. Use /brief or /analyze on the completed job for AI insights. Body: {"url": "https://example.com"} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
accessibility
check_accessibility
Check WCAG 2.1 compliance — ARIA, contrast, keyboard navigation Runs automated WCAG 2.1 Level AA checks: color contrast ratios, ARIA landmark usage, form label associations, keyboard focus order, image alt text, and skip navigation links. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
analyze
analyze_endpoint
Free-Form AI Analysis — $0.75 Ask any SEO question about a website in plain text. The AI agent reads cached audit data for the URL, selects the relevant audit categories, and returns a structured answer with evidence from the audit results. Examples: 'Why is my Core Web Vitals score low?', 'What is blocking my site from ranking?', 'Compare my mobile vs desktop performance', 'What structured data should I add?'. Requires: url + task (your question). Optional: language, deep=true for deeper analysis. Body: {"url": "https://example.com", "task": "Why is my page speed score low?", "language": "en"} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
brief
brief
AI SEO Action Plan — $0.50 Takes a completed scan result and generates a prioritized Markdown action plan. Groups issues by severity (critical / high / medium / low), explains why each matters, and gives concrete implementation steps. Requires: job_id (from /scan/quick or /scan/full) + url. Optional: language (default 'en') for localized output, deep=true for more detail. Body: {"job_id": "...", "url": "https://example.com", "language": "en"} ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
content
check_content
Score content quality — readability, thin pages and duplicate text Analyzes reading level (Flesch-Kincaid), detects thin content (under 300 words), near-duplicate pages, keyword stuffing, and content-to-HTML ratio. Returns per-page content quality scores. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
core
check_core_seo
Audit title tags, meta descriptions, H1–H6 headings and canonical URLs Checks the fundamental on-page SEO elements: title tag length and uniqueness, meta description presence, heading hierarchy (H1–H6), canonical URL correctness, and keyword signals. Returns a score 0–100 with a list of issues and affected pages. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
crawlability
check_crawlability
Detect noindex tags, blocked resources and crawl budget waste Identifies pages accidentally marked noindex, resources blocked by robots.txt, pagination issues, duplicate URL variants (trailing slash, www/non-www), and crawl budget signals. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
eeat
check_eeat
Assess E-E-A-T signals — expertise, authoritativeness, trustworthiness Looks for author bio markup, About/Contact pages, editorial policy, external citations, review signals, and other trust indicators that Google uses for E-E-A-T evaluation. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
geo
check_ai_geo
Score AI search visibility — GEO signals and LLM citation readiness Checks signals that influence visibility in AI-generated answers: FAQ/HowTo schema, clear factual statements, author expertise markup, citation-friendly content structure, and llms.txt presence. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
html
check_html
Validate HTML structure, semantic elements and document outline Checks DOCTYPE declaration, charset, viewport meta, deprecated tags, nesting errors, missing semantic landmarks (main, nav, header, footer), and duplicate IDs. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
i18n
check_i18n
Validate hreflang tags, locale signals and international SEO setup Audits hreflang attribute syntax, self-referencing hreflang, return-tag presence, x-default usage, and Content-Language headers. Returns a list of hreflang errors per page. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
images
check_images
Check alt text, image formats, compression and lazy loading Audits every image for missing or empty alt attributes, non-WebP formats, oversized files, missing width/height attributes, and lazy loading. Returns a scored report with offending image URLs. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
legal
check_legal
Check privacy policy, cookie consent and Terms of Service presence Detects presence and accessibility of privacy policy, cookie consent mechanism, Terms of Service, GDPR/CCPA compliance signals, and data collection disclosures. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
links
check_links
Find broken links, orphan pages and weak internal linking Crawls all internal and external links, detects 404s, redirect chains, orphan pages with no inbound links, and anchor text diversity issues. Returns a list of broken URLs and linking gaps. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
mobile
check_mobile
Test mobile usability — viewport, touch targets and font sizes Checks viewport meta tag, tap target spacing (minimum 48×48px), font size legibility (minimum 16px body), horizontal scroll issues, and mobile-specific render problems. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
performance
check_performance
Measure Core Web Vitals — LCP, CLS, FID — and overall page speed Runs Lighthouse-based performance checks: Largest Contentful Paint, Cumulative Layout Shift, First Input Delay, Time to First Byte, and resource load order. Returns per-metric scores and recommendations. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
redirects
check_redirects
Map redirect chains, loops and unnecessary 3xx hops Traces all redirects site-wide, detects chains longer than 2 hops, redirect loops, mixed HTTP/HTTPS redirects, and www/non-www inconsistencies. Returns a redirect map with hop counts. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
rendering
check_js_rendering
Detect content hidden behind JavaScript and render-blocking scripts Compares server-rendered HTML vs JS-rendered DOM to find content invisible to crawlers, identifies render-blocking scripts and stylesheets, and flags lazy-loaded content that may not be indexed. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
security
check_security
Verify HTTPS, security headers and mixed content issues Checks for HTTPS enforcement, HSTS, Content-Security-Policy, X-Frame-Options, Referrer-Policy, mixed content warnings, and exposed sensitive files. Returns a security score with specific header gaps. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
social
check_social
Audit Open Graph and Twitter/X card tags for social previews Checks og:title, og:description, og:image, twitter:card, twitter:image, and related tags. Validates image dimensions for social sharing and detects missing or malformed social metadata. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
status
get_status
Job Status Poll until status='done'. Free endpoint. Returns status (pending|done|failed) and result JSON when complete. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
structured
check_structured_data
Validate Schema.org JSON-LD markup for rich result eligibility Parses all JSON-LD and Microdata on the page, validates against Schema.org specs, checks for required fields for rich results (Article, Product, FAQ, BreadcrumbList, etc.), and reports validation errors. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
technical
check_technical
Inspect robots.txt, XML sitemap and crawl configuration Validates robots.txt syntax, sitemap presence and freshness, correct disallow rules, crawl-delay settings, and sitemap–robots consistency. Returns issues that may block search engine crawlers. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
url
check_url_structure
Analyze URL depth, parameters and slug readability Checks URL length, directory depth, presence of dynamic parameters (?id=), special characters, uppercase letters, and keyword inclusion. Returns a list of URLs that violate best practices. Served from 24h cache when available (instant response). Otherwise starts a background scan and returns a job_id — poll /status/{job_id} until done. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json

Endpoints

URLTransportStateLatencyChecked
https://seo.hypa1m.xyz/mcp sse answering 260 ms 9 min ago

Pa1m SEO — questions

Answers built from our own checks of this server.

What can Pa1m SEO do?
It exposes 36 tools, read directly from the server on our last check. Among them: analyze_endpoint, backlinks_check, backlinks_check_bulk, backlinks_status, brief, check_accessibility and 30 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Pa1m SEO mostly used for?
Its tools cluster around google, backlinks and scan. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Pa1m SEO working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 207 ms. The bar chart above shows every period we have measured.
How do I connect Pa1m SEO?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Pa1m SEO need an API key?
No. Pa1m SEO completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 36 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pa1m SEO?
It answers our handshake in 207 ms on average, which is faster than 61% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.