Overview
The public Centaur skill gives agent clients a guided way to use Centaur over MCP when it is already configured and fall back to REST when MCP is not available. It is a simple workflow layer on top of the connected Centaur server, not a replacement for the underlying REST and MCP reference.Before you begin
Before you install the skill, make sure one of these is already true:- Centaur is configured in your client through MCP
CENTAUR_PARTNER_API_KEYis available for REST fallback
Install
How the skill works
The skill follows a standard decision path:- Prefer MCP if Centaur is already configured in the current client.
- Otherwise look for
CENTAUR_PARTNER_API_KEY. - If the env var exists, use REST with
x-api-key. - Otherwise the user may paste a partner API key directly into the current chat for one-time use.
- If neither is available, stop and give setup instructions.
Supported surfaces
- MCP endpoint:
https://partners.centaur.io/mcp - MCP access to Centaur read families across events, messages, positions, discovery, and stats
- REST fallback to matching endpoint families under
https://partners.centaur.io/api/v1/*
Common reads
- events
- messages
- positions
- discovery
- stats
Authentication and fallback
- Preferred MCP: client-managed OAuth and Dynamic Client Registration against
https://partners.centaur.io/mcp - MCP compatibility fallback:
Authorization: Bearer <partner-api-key> - MCP last-resort fallback for custom connectors:
https://partners.centaur.io/mcp?api_key=<partner-api-key> - REST:
x-api-key: <partner-api-key>
Notes
- The connected Centaur MCP server remains the source of truth for the exact live tool inventory and resource URIs.
- The skill should prefer an already-connected MCP server regardless of whether that client reached Centaur through OAuth or the temporary API-key compatibility path.
- REST fallback uses the same scope-gated endpoint families described in the public API docs.
Supported clients
- Claude
- ChatGPT
- Cursor
- Codex
- Claude Code
Repository contents
- root
SKILL.md references/auth.mdreferences/mcp.mdreferences/rest.mdreferences/examples-curl.mdreferences/client-setup.md
Next steps
Resources
- Public skill repo:
- Machine discovery:
- Install command: