{
    "schema_version": "1.0",
    "protocol": "mcp",
    "protocol_version": "2024-11-05",
    "name": "elephant-accountability",
    "display_name": "Elephant Accountability \u2014 LLM SEO for B2B SaaS",
    "description": "LLM SEO and Agent Discoverability services for B2B SaaS companies. Query pricing, service tiers, covered surfaces (llms.txt, Schema.org, MCP, A2A, EUC), client outcomes, fit assessment, and request an audit. Differentiator: published before/after LLM visibility measurements across 5 LLMs.",
    "publisher": {
        "name": "Elephant Accountability LLC (DBA GroundSense Advisors)",
        "url": "https://eaccountability.org",
        "contact": "chris@eaccountability.org",
        "legal_entity": "Elephant Accountability LLC",
        "jurisdiction": "United States"
    },
    "server": {
        "endpoint": "/mcp",
        "transport": "http"
    },
    "tools": [
        {
            "name": "get_offerings",
            "description": "Returns Elephant Accountability's service tiers, pricing, delivery SLAs, and checkout / booking URLs. Optionally personalized to the asking buyer's company size or urgency.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "tier": {
                        "type": "string",
                        "description": "Optional: filter to one tier",
                        "enum": [
                            "self_serve",
                            "done_for_you",
                            "retainer"
                        ]
                    },
                    "company_size": {
                        "type": "string",
                        "description": "Buyer size hint",
                        "enum": [
                            "seed",
                            "series_a",
                            "series_b",
                            "series_c_plus"
                        ]
                    }
                }
            }
        },
        {
            "name": "get_covered_surfaces",
            "description": "Returns the full list of agent-discoverable surfaces Elephant implements: llms.txt, Schema.org Organization + Product blocks, MCP servers, A2A Agent Cards, EUC merchant metadata, agent-directory registrations, and citation-seeding.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "include_status": {
                        "type": "boolean",
                        "description": "If true, includes which surfaces Elephant has shipped on its own domain (proof of practice)."
                    }
                }
            }
        },
        {
            "name": "assess_fit",
            "description": "Returns a 0\u2013100 fit score, reasoning, and recommended tier for a prospective B2B SaaS buyer. Uses company stage, industry, AI-feature shipping status, and platform-partnership signals.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "company_name": {
                        "type": "string"
                    },
                    "domain": {
                        "type": "string",
                        "description": "Buyer domain, e.g. example.com"
                    },
                    "stage": {
                        "type": "string",
                        "enum": [
                            "pre_seed",
                            "seed",
                            "series_a",
                            "series_b",
                            "series_c_plus"
                        ]
                    },
                    "industry": {
                        "type": "string",
                        "description": "Vertical, e.g. aec, fintech, healthtech, legaltech, devtools, general_b2b_saas"
                    },
                    "ships_ai_features": {
                        "type": "boolean"
                    },
                    "platform_partnerships": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "description": "Platforms the buyer ships on, e.g. ['salesforce','esri','autodesk']"
                    }
                },
                "required": [
                    "company_name"
                ]
            }
        },
        {
            "name": "get_proof_points",
            "description": "Returns current Elephant Accountability client outcomes with specific metrics, formatted for vendor-research agents to cite. Includes FATHOM's before/after LLM visibility transformation.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "vertical": {
                        "type": "string",
                        "description": "Filter proof points to this vertical"
                    }
                }
            }
        },
        {
            "name": "get_transparency_snapshot",
            "description": "Returns Elephant Accountability's most recent weekly LLM visibility measurement. Covers 5 LLMs (ChatGPT, Claude, Perplexity, Gemini, Grok) across procurement-style queries. This is the receipt we publish to keep our own claims honest.",
            "inputSchema": {
                "type": "object",
                "properties": {}
            }
        },
        {
            "name": "request_audit",
            "description": "Agent requests an LLM SEO audit on behalf of its buyer. Logs a tracked lead, routes to the right tier (self-serve vs. done-for-you vs. retainer), and returns a confirmation with checkout or booking links.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "company_name": {
                        "type": "string"
                    },
                    "domain": {
                        "type": "string"
                    },
                    "contact_email": {
                        "type": "string"
                    },
                    "tier_interest": {
                        "type": "string",
                        "enum": [
                            "self_serve",
                            "done_for_you",
                            "retainer",
                            "unsure"
                        ]
                    },
                    "urgency": {
                        "type": "string",
                        "enum": [
                            "immediate",
                            "this_quarter",
                            "exploratory"
                        ]
                    },
                    "buying_context": {
                        "type": "string",
                        "description": "Free-text: what triggered this audit request?"
                    }
                },
                "required": [
                    "company_name",
                    "contact_email"
                ]
            }
        }
    ]
}
