Give Your AI Assistant Live Access to PoYo Models
Connect with MCP#
PoYo hosts a Streamable HTTP MCP server at:
https://api.poyo.ai/mcpPublic model discovery works without authentication. Add a PoYo API key as a Bearer token to access account information and run models. Configuring the key when you connect gives your assistant the complete workflow without relying on stale model knowledge.
Set up your client#
- Claude — connect Claude Code or Claude Desktop.
- Cursor — add PoYo to Cursor's MCP settings.
- Codex — configure the Codex CLI or IDE extension.
- VS Code — add PoYo with a secure input in
mcp.json.
Every client uses the same connection pattern, covered in detail on Connect with MCP.
Choose another interface#
| If you want to... | Use |
|---|---|
| Let an AI assistant find and run models | MCP |
| Integrate models directly into an application | REST API |
MCP is designed for agent-driven work. For application traffic or token-by-token chat output, use the REST API directly.
Work from the same live model data#
MCP and REST integrations share the Capability Catalog, model schemas, public pricing, authentication, and task lifecycle. Inspect the current schema before execution instead of hard-coding parameters from an old response.