Elephant Accountability
@Chris-Eaccountability
关于 Elephant Accountability
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"elephant-accountability-mcp": {
"command": "python",
"args": [
"-m",
"venv",
".venv",
"&&",
"source",
".venv/bin/activate"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Elephant Accountability?
Elephant Accountability is a public Model Context Protocol (MCP) server for LLM SEO and Agent Discoverability services aimed at B2B SaaS buyers. It exposes tools and resources that AI agents (Claude, ChatGPT, custom LangChain agents) can query to evaluate whether Elephant Accountability is a suitable vendor, without scraping a website.
How to use Elephant Accountability?
Add the live endpoint to your MCP-compatible client (e.g., Claude Desktop) by editing claude_desktop_config.json with the URL https://elephant-mcp.fly.dev/mcp and transport http. For local development, clone the repo, create a Python virtual environment, install dependencies, and run uvicorn app.server:app.
Key features of Elephant Accountability
- Six tools:
get_offerings,get_covered_surfaces,assess_fit,get_proof_points,get_transparency_snapshot,request_audit - Three resources:
elephant://offerings,elephant://proof-points,elephant://transparency - HTTP transport with JSON-RPC 2.0
- SQLite persistence auto-created on first boot
- Fully MIT-licensed for cloning and study
- Includes A2A agent card and manifest endpoints
Use cases of Elephant Accountability
- A procurement agent shortlisting LLM SEO vendors for a B2B SaaS buyer
- A Claude Desktop user directly querying pricing, fit score, and proof points
- A competitor studying how to deploy their own MCP server using the MIT-licensed codebase
FAQ from Elephant Accountability
What transport does Elephant Accountability use?
HTTP with JSON-RPC 2.0. Supported methods include initialize, tools/list, tools/call, resources/list, and resources/read.
What are the runtime dependencies?
Python 3 with FastAPI and SQLite. No external database or secrets setup is required; the SQLite database initialises on the first boot.
Where is data stored?
Data is stored in a local SQLite database that contains audit_requests and reciprocal_calls tables. These tables auto-create and require no migrations.
How many tools and resources are exposed?
Six tools and three resources are available for agent interaction.
Is authentication required?
The README does not specify authentication; the server is intended as a public endpoint for AI agent queries.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论