Stdio MCP proxy for the CreoleCentric remote MCP server
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":"creolecentric-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.
# creolecentric-mcp Stdio MCP proxy for the [CreoleCentric](https://creolecentric.com) remote MCP server. CreoleCentric exposes its developer API as MCP tools at `https://creolecentric.com/mcp/` over the Streamable HTTP transport. Most modern MCP clients (Claude Desktop, Claude Code, Cursor) can talk to that URL directly. This package is for the **stdio-only** clients — it spawns locally, speaks stdio MCP, and forwards every request to the remote server. ## Install ```bash pip install creolecentric-mcp ``` ## Use ```bash export CREOLECENTRIC_API_KEY=cc_<keyid>_<secret> creolecentric-mcp # speaks MCP on stdio; quit with Ctrl-D ``` Generate an API key at <https://creolecentric.com/api-keys>. ### Claude Desktop Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or the equivalent on your platform: ```json { "mcpServers": { "creolecentric": { "command": "creolecentric-mcp", "env": { "CREOLECENTRIC_API_KEY": "cc_<keyid>_<secret>" } } } } ``` Restart Claude Desktop. The 24 CreoleCentric tools (TTS, translation, dictionary lookup, STT, account/credits) appear in the tool picker. ## Pointing at a different server ```bash creolecentric-mcp --url https://staging.creolecentric.com/mcp/ --api-key cc_... # or via env CREOLECENTRIC_MCP_URL=https://staging.creolecentric.com/mcp/ creolecentric-mcp ``` ## What it does ``` Claude Desktop ──stdio MCP──> creolecentric-mcp ──Streamable HTTP MCP──> https://creolecentric.com/mcp/ ``` Each `tools/list` and `tools/call` from the local stdio peer is forwarded to the remote server with your API key in the `Authorization` header. All auth, scope checks, rate-limits, and credit deduction happen on the server side — this binary is a thin transport adapter and stores nothing. ## Why not just use the remote URL directly? If your MCP client supports remote (HTTP / Streamable HTTP) servers, you should use `https://creolecentric.com/mcp/` directly with an…
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.