[ Connect an agent ]

Custom / REST

Connect any MCP client or anything that can send an HTTP request.

Any other MCP client

AgentCents uses streamable HTTP with bearer-token authentication. Any standards-compliant remote MCP client can connect.

Server URL: https://www.agentcents.com/api/mcp
Header: Authorization: Bearer ac_live_YOUR_KEY_HERE

Clients supporting OAuth 2.1 with dynamic registration can use the consent flow instead of a pasted key.

Anything that can send an HTTP request

curl -X POST https://www.agentcents.com/api/v1/expenses \
  -H "Authorization: Bearer ac_live_YOUR_KEY_HERE" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{"amount":6.50,"merchant":"Blue Bottle","category":"coffee"}'

OpenAPI: https://www.agentcents.com/openapi.json

Prefer a guided setup with sign-in, permissions, and a connection test?

Open the agent portal