Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Chris-Eaccountability avatar

LLM SEO MCP — Elephant Accountability

  • Updated May 5, 2026
  • Chris-Eaccountability/elephant-accountability-mcp

LLM SEO and Agent Discoverability for B2B SaaS.

About

LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests. Exposes 6 MCP tools including io.github.Chris-Eaccountability/elephant-accountability-mcp. LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests. LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests. "name": "io.github.Chris-Eaccountability/elephant-accountability-mcp", Install via Claude Desktop, Cursor, or any MCP-compatible client using the server manifest from the upstream repository.

  • LLM SEO and Agent Discoverability for B2B SaaS.
  • 6 registered MCP tools for structured agent access.
  • Category: AI & LLM Tools with launch/geo journey placement.
  • Compatible with Claude Desktop, Cursor, and MCP clients.
  • Upstream manifest: elephant-accountability-mcp.

LLM SEO MCP — Elephant Accountability by the numbers

  • Exposes 6 verified tools (MCP introspection)
  • Data as of Jul 9, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http elephant-accountability-mcp https://elephant-mcp.fly.dev/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools6
Last updatedMay 5, 2026
RepositoryChris-Eaccountability/elephant-accountability-mcp

How do I connect LLM SEO MCP - Elephant Accountability to my MCP client?

LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests.

Who is it for?

Teams wiring LLM SEO MCP - Elephant Accountability into Claude, Cursor, or custom agents for ai & llm tools.

Skip if: Skip when you need a non-MCP SDK or hosted API without stdio/SSE transport.

What you get

Working LLM SEO MCP - Elephant Accountability MCP server with verified tool registration and client config.

  • Remote MCP connection to Elephant Accountability tool surface
  • Agent-invoked fit, pricing, and audit request flows for GEO
  • More structured LLM SEO actions than ad-hoc chat prompts

By the numbers

  • [object Object]
At a glance

LLM SEO MCP — Elephant Accountability capabilities & compatibility

Capabilities
llm seo mcp elephant accountability mcp tool r · llm seo mcp elephant accountability client con · llm seo mcp elephant accountability agent work
Use cases
orchestration
Runs
Runs locally
From the docs

What LLM SEO MCP — Elephant Accountability says it does

LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests.
README.md

Tools 6

Public tool metadata - what this server can do for an agent.

get_offerings2 params

Returns Elephant Accountability's service tiers, pricing, delivery SLAs, and checkout / booking URLs. Optionally personalized to the asking buyer's company size or urgency.

  • tierstringOptional: filter to one tier
  • company_sizestringBuyer stage hint for tier recommendation
get_covered_surfaces1 param

Returns the full list of agent-discoverable surfaces Elephant implements: llms.txt, Schema.org Organization + Product blocks, MCP servers, A2A Agent Cards, UCP merchant metadata, agent-directory registrations, and citation-seeding.

  • include_statusbooleanIf true, includes which surfaces Elephant has shipped on its own domain (proof of practice).
assess_fit6 params

Returns a 0–100 fit score, reasoning, and recommended tier for a prospective B2B SaaS buyer. Uses company stage, industry, AI-feature shipping status, and platform-partnership signals.

  • company_namestringrequired
  • domainstring
  • stagestring
  • industrystringVertical: aec, fintech, healthtech, legaltech, devtools, general_b2b_saas
  • ships_ai_featuresboolean
  • platform_partnershipsarray
get_proof_points1 param

Returns current client outcomes with specific metrics, formatted for vendor-research agents to cite. Includes full related-party disclosure where applicable.

  • verticalstringFilter to this vertical
get_transparency_snapshot

Returns Elephant Accountability's most recent weekly LLM visibility measurement covering ChatGPT, Claude, Perplexity, Gemini, and Grok. The receipt we publish to keep our own claims honest.

request_audit6 params

Agent requests an LLM SEO audit on behalf of its buyer. Routes to the right tier (self-serve vs. done-for-you vs. retainer) and returns a confirmation with checkout or booking links.

  • company_namestringrequired
  • domainstring
  • contact_emailstringrequired
  • tier_intereststring
  • urgencystring
  • buying_contextstring
README.md

Elephant Accountability MCP Server

MCP server for the Elephant Accountability certification bureau. Surfaces vendor offerings, methodology, and audit requests to AI agents over the Model Context Protocol.

Live endpoint: https://elephant-mcp.fly.dev/mcp Manifest: https://elephant-mcp.fly.dev/.well-known/mcp.json A2A Agent Card: https://elephant-mcp.fly.dev/.well-known/agent.json Homepage: https://eaccountability.org

What this server does

When an AI agent (Claude, ChatGPT, a custom LangChain agent, etc.) needs to evaluate Elephant Accountability against the EVI v0.9 standard or surface its audit tiers to a buyer, it queries this server instead of scraping a website.

Six tools are exposed:

Tool Purpose
get_offerings Audit and engagement tiers (self-serve, done-for-you, retainer) with delivery SLAs and pointers to /get-started for canonical pricing
get_covered_surfaces The agent-discoverable surfaces measured by EVI v0.9: llms.txt, Schema.org, MCP, A2A, .well-known/agent.json, UCP, structured pricing, directory registrations
assess_fit 0–100 fit score for a buyer's company across stage, vertical, AI features, platform partnerships
get_proof_points Live client outcomes with metrics (includes related-party disclosures)
get_transparency_snapshot Weekly LLM visibility measurements across 5 LLMs
request_audit Agent-initiated audit requests; routed to Stripe, Calendly, or email triage

Two resources are exposed via resources/list: elephant://offerings, elephant://proof-points, elephant://transparency.

Why you'd use this

  • You're building a procurement agent and want to query Elephant Accountability's audit tiers and EVI v0.9 methodology directly.
  • You're at Claude Desktop / Cursor / any MCP-compatible client and want direct access to Elephant's offerings + fit assessment.
  • You're a competitor studying how to deploy your own MCP server — this repo is MIT-licensed, clone freely.

Quickstart — local development

git clone https://github.com/Chris-Eaccountability/elephant-accountability-mcp.git
cd elephant-accountability-mcp

python -m venv .venv && source .venv/bin/activate
pip install -r requirements-dev.txt

# Run the server
uvicorn app.server:app --reload --host 0.0.0.0 --port 8080

# In another terminal, hit it
curl http://localhost:8080/.well-known/mcp.json
curl -X POST -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0", "id":1, "method":"tools/list"}' \
  http://localhost:8080/mcp

Quickstart — add to Claude Desktop

Edit claude_desktop_config.json and add:

{
  "mcpServers": {
    "elephant-accountability": {
      "url": "https://elephant-mcp.fly.dev/mcp",
      "transport": "http"
    }
  }
}

Restart Claude Desktop. Ask: "Is Elephant Accountability a good fit for a seed-stage AEC SaaS that ships AI features?" — Claude will call assess_fit and give a scored answer.

Deploy your own copy (Fly.io)

fly launch --name your-mcp-name --region iad --no-deploy
fly volumes create elephant_mcp_data --size 1 --region iad
fly deploy

That's it. No secrets, no database setup — the server initializes its SQLite DB on first boot.

Architecture

Single FastAPI app. Three files do real work:

app/
├── server.py      # FastAPI routes, JSON-RPC dispatch, SQLite persistence
├── content.py     # Source-of-truth content: manifest, offerings, proof points
└── __init__.py    # Version

Storage:

  • audit_requests table — every agent-initiated audit request, persisted for follow-up
  • reciprocal_calls table — tracks which AI clients have called which tools (buyer-intent signal)

Both tables auto-create on first boot. No migrations.

Running tests

pip install -r requirements-dev.txt
pytest -v

21 tests cover manifest, A2A card, JSON-RPC dispatch, each tool handler, persistence, and CORS.

Protocol compliance

  • MCP version: 2024-11-05
  • Transport: HTTP with JSON-RPC 2.0
  • Methods supported: initialize, tools/list, tools/call, resources/list, resources/read

Contributing

This repo is the canonical source of truth for what Elephant Accountability exposes to AI agents. PRs welcome for:

  • Protocol updates (MCP spec changes)
  • New tool shapes that agents find useful
  • Bug fixes

For service inquiries or content changes (proof points, methodology), email chris@eaccountability.org rather than opening a PR.

License

MIT. See LICENSE.

Publisher

Elephant Accountability LLC Christopher Kenney, sole member / manager United States chris@eaccountability.org

Recommended MCP Servers

How it compares

Remote LLM-SEO service MCP, not an on-repo content-writing skill or generic SERP scraper.

FAQ

What does elephant accountability mcp MCP do?

LLM SEO and Agent Discoverability for B2B SaaS.

When should I use elephant accountability mcp?

User asks about LLM SEO MCP - Elephant Accountability mcp, llm seo and agent discoverability for b2b saas. pricing, fit assessmen.

Is this MCP server safe to install?

Review the Security Audits panel and upstream source before connecting in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.