Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mcp
Mcp logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:01:57 PM

Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

SitePulsar AEO audits: fetch FIND/READ/USE agent-readiness scores for any website.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-31": {
      "command": "npx",
      "args": [
        "-y",
        "https://img.shields.io/badge/MCP%20Registry-ai.sitepulsar%2Fmcp-blue)](https://www.sitepulsar.ai/llms.txt"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

SitePulsar MCP Server

MCP Registry License: MIT Transport: streamable-http

Agent Experience Optimization (AEO) for AI agents β€” measure and improve how findable, readable, and usable any website is to AI answer engines and autonomous AI agents, directly from your MCP client.

A remote, hosted Model Context Protocol server. There is nothing to build or run locally β€” connect your MCP client to the hosted endpoint and the 13 tools below become available.

Endpoint (streamable-http): https://mcp.sitepulsar.ai/mcp


What is SitePulsar / AEO?

SitePulsar is an Agent Experience Optimization (AEO) audit platform. It measures how findable, readable, and usable a website is to AI answer engines and autonomous AI agents, and returns one AEO score across three pillars:

  • FIND β€” discoverability across ChatGPT, Claude, Gemini, Perplexity, and Grok.
  • READ β€” comprehension, structured data, and trust signals.
  • USE β€” agent-actionability (can an autonomous AI agent actually take action on the site?).

AEO is the agent-native successor to what used to be split as GEO + AIO. SitePulsar is agent infrastructure, not an SEO tool.


Quick start

The server supports two auth modes. Pick whichever fits your client.

Option A β€” OAuth (recommended for Claude; no API key)

Add SitePulsar as a custom connector in Claude using the endpoint. Claude walks you through the OAuth handshake; no API key needs to be stored.

  • Endpoint: https://mcp.sitepulsar.ai/mcp
  • OAuth protected-resource metadata: https://mcp.sitepulsar.ai/.well-known/oauth-protected-resource

Option B β€” Bearer API key (for headless / non-interactive clients)

Mint an MCP API key in the SitePulsar dashboard (Pro/Business plan), then send it on every request:

Code
Authorization: Bearer <mcp_api_key>

See examples/headless-curl.md for raw HTTP usage.


Connect matrix

ClientHow to connect
Claude (desktop / web)Settings β†’ Connectors β†’ Add custom connector β†’ paste https://mcp.sitepulsar.ai/mcp, then complete OAuth.
Claude Code (CLI)claude mcp add --transport http sitepulsar https://mcp.sitepulsar.ai/mcp
Cursor / Cline (JSON config)Add to your MCP config: see below.

Cursor / Cline JSON config:

config.json
{
  "mcpServers": {
    "sitepulsar": {
      "url": "https://mcp.sitepulsar.ai/mcp"
    }
  }
}

A ready-to-paste config is in examples/claude_desktop_config.json.

For headless clients that cannot do interactive OAuth, add an Authorization: Bearer <mcp_api_key> header (see Option B above).


Tools

13 tools, grouped by pillar coverage. "Metered" tools run a billed audit/scan and require a Pro/Business plan; "Free" tools are read-only or lightweight probes.

ToolWhat it doesCost
check_agent_readinessFast synchronous agent-readiness check for a URL (no full run, no charge). Immediate signals on machine readability, structured data, and agent-accessibility.Free
run_auditStart a full async AEO audit for a URL. Returns an audit_id; poll with get_audit.Metered (Pro/Business)
get_auditPoll status and, when complete, a decision-ready summary: AEO score (overall + FIND/READ/USE), weakest pillar, headline takeaways, and top fixes.Free
get_audit_detailFull per-section breakdown of a completed audit β€” per-dimension sub-scores, reputation across engines, competitor cluster, crawl/schema/robots, agentic + USE probes, rendered-DOM.Free
get_audit_fullOne call returning summary + full detail + fixes (use expand to trim).Free
compare_aeoCompare AEO posture across multiple URLs on the same pillar scale.Free
get_fixesPrioritised, pillar-tagged action plan for a completed audit, ordered by estimated impact.Free
search_companiesSamples major AI engines for which companies they name for a query; returns a consensus shortlist (≀5).Free
probe_agent_discoveryChecks the official MCP registry, PyPI, and GitHub for servers/packages tied to a domain or brand.Free
probe_mcp_functionalDiscovers a site's advertised MCP endpoint and reports its declared OAuth/transport posture + declared tool names.Free
probe_ucp_readinessInspects /.well-known/ucp for AI-shopping-agent transactability (presence + advertised capabilities).Free
scan_visibilityLive AI-visibility scan for any brand (crawl + reputation across engines): where a brand is mentioned.Metered (Pro/Business)
scan_product_pageProduct-page readability scan for AI agents; structured product/offer extraction.Free or metered β€” see dashboard

Full machine-readable tool reference: llms.txt.


Authentication

SitePulsar accepts either of the following on the hosted endpoint.

OAuth

Used by interactive clients (e.g. Claude custom connectors). The server advertises its OAuth posture via RFC 9728 protected-resource metadata:

Code
https://mcp.sitepulsar.ai/.well-known/oauth-protected-resource

Your client discovers the authorization server from that document and completes the handshake β€” no API key is stored on your side.

Bearer API key

Used by headless clients. Mint a key in the SitePulsar dashboard (Pro/Business plan) and send it on every request:

Code
Authorization: Bearer <mcp_api_key>

Metered tools (run_audit, scan_visibility, and the metered path of scan_product_page) require a Pro/Business plan regardless of auth mode.


Links

  • Website: https://www.sitepulsar.ai
  • Tool reference (llms.txt): https://www.sitepulsar.ai/llms.txt
  • Hosted MCP endpoint: https://mcp.sitepulsar.ai/mcp
  • OAuth metadata: https://mcp.sitepulsar.ai/.well-known/oauth-protected-resource
  • Listed in the official MCP registry as ai.sitepulsar/mcp (v1.0.0).

License

MIT β€” see LICENSE.

Built by

SitePulsar β€” EU-based (Netherlands). Founder & CEO: Gijs van Bueren. Questions: info@sitepulsar.ai.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • Leghis Smart Thinking logoLeghis Smart Thinking

    Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee…

    πŸ’» Developer Tools0 views
    Compare vs Leghis Smart Thinking β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-31?style=directory)](https://allmcps.com/mcp/mcp-31)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-31"><img src="https://allmcps.com/api/badge/mcp-31?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code