LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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
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.
Edit claude_desktop_config.json and add:
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.
That's it. No secrets, no database setup β the server initializes its SQLite DB on first boot.
Single FastAPI app. Three files do real work:
Storage:
audit_requests table β every agent-initiated audit request, persisted for follow-upreciprocal_calls table β tracks which AI clients have called which tools (buyer-intent signal)Both tables auto-create on first boot. No migrations.
21 tests cover manifest, A2A card, JSON-RPC dispatch, each tool handler, persistence, and CORS.
2024-11-05initialize, tools/list, tools/call, resources/list, resources/readThis repo is the canonical source of truth for what Elephant Accountability exposes to AI agents. PRs welcome for:
For service inquiries or content changes (proof points, methodology), email chris@eaccountability.org rather than opening a PR.
MIT. See LICENSE.
Elephant Accountability LLC Christopher Kenney, sole member / manager United States chris@eaccountability.org
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/elephant-accountability-mcp)<a href="https://allmcps.com/mcp/elephant-accountability-mcp"><img src="https://allmcps.com/api/badge/elephant-accountability-mcp?style=directory" alt="Elephant Accountability MCP on AllMCPs" /></a>