MCP server for CEORater — CEO performance analytics for LLM agents
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"ceorater-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# CEORater MCP Server Model Context Protocol server for CEORater.com — CEO performance analytics for AI agents. Requires a CEORater API subscription ($99/month). [Subscribe and get your API key](https://www.ceorater.com/api-docs.html). ## Install ```bash pip install ceorater-mcp ``` ## Configure Set your API key: ```bash export CEORATER_API_KEY=zpka_your_key_here ``` ## Use with Claude Desktop Add to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "ceorater": { "command": "ceorater-mcp", "env": { "CEORATER_API_KEY": "zpka_your_key_here" } } } } ``` ## Tools | Tool | Description | |------|-------------| | `ceo_lookup` | Get CEO performance data for a specific ticker | | `ceo_search` | Search by company name, ticker, CEO name, sector, or industry | | `ceo_list` | Paginated list of all CEOs with scores | | `ceo_meta` | Dataset metadata (count, freshness, version) | --- ## API Reference ### Base URL ``` https://api.ceorater.com ``` ### Authentication All requests require your API key in the `Authorization` header: ``` Authorization: Bearer zpka_your_api_key_here ``` Your API key starts with `zpka_` and is available in the [Developer Portal](https://ceorater-api-main-7ef1acf.zuplo.site) after subscribing. --- ### GET `/v1/meta` Returns information about the current dataset. **Response:** ```json { "count": 517, "last_loaded": "2026-01-17T08:00:00.000Z", "base_url": "https://api.ceorater.com", "docs_url": "https://www.ceorater.com/api-docs.html", "api_version": "1.1.0", "request_id": "2f9c2870f486d294" } ``` --- ### GET `/v1/ceos` Retrieve a paginated list of CEOs with performance ratings. **Query Parameters:** | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `limit` | integer | 50 | Number of results (max: 2000) | | `offse…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.