Analytics
eaccountability.org
Provides analytics and fit assessment for LLM visibility and B2B SaaS solutions.
ENDPOINT 1
https://elephant-mcp.fly.dev/mcp
MCP server metadata
- Name
- elephant-accountability
- Version
- 1.0.1
Known tools 6
get_offeringsReturns Elephant Accountability's service tiers, pricing, delivery SLAs, and checkout / booking URLs.
Inferred read-onlyget_covered_surfacesReturns the full list of agent-discoverable surfaces Elephant implements: llms.
Inferred read-onlyassess_fitReturns a 0–100 fit score, reasoning, and recommended tier for a prospective B2B SaaS buyer.
Inferred read-onlyget_proof_pointsReturns current client outcomes with specific metrics, formatted for vendor-research agents to cite.
Inferred read-onlyget_transparency_snapshotReturns Elephant Accountability's most recent weekly LLM visibility measurement covering ChatGPT, Claude, Perplexity, Gemini, and Grok.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fly.dev was fetched 2026-08-25T12:47:23.082Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.