← eaccountability.org

INDIVIDUAL MCP TOOL

get_offerings

Returns Elephant Accountability's service tiers, pricing, delivery SLAs, and checkout / booking URLs.

eaccountability.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://elephant-mcp.fly.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_offerings and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

eaccountability.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.elephant-accountability]
url = "https://elephant-mcp.fly.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: elephant-accountability
Remote MCP URL: https://elephant-mcp.fly.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "elephant-accountability": {
      "url": "https://elephant-mcp.fly.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "elephant-accountability": {
      "type": "http",
      "url": "https://elephant-mcp.fly.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "elephant-accountability",
  "transport": "streamable-http",
  "url": "https://elephant-mcp.fly.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_covered_surfaces — Returns the full list of agent-discoverable surfaces Elephant implements: llms.
  • assess_fit — Returns a 0–100 fit score, reasoning, and recommended tier for a prospective B2B SaaS buyer.
  • get_proof_points — Returns current client outcomes with specific metrics, formatted for vendor-research agents to cite.
  • get_transparency_snapshot — Returns Elephant Accountability's most recent weekly LLM visibility measurement covering ChatGPT, Claude, Perplexity, Gemini, and Grok.
  • request_audit — Agent requests an LLM SEO audit on behalf of its buyer.