# Trusty Squire > Empower agents with auth and payments. Trusty Squire is an MCP server that gives Claude Code, Codex, Cursor, OpenCode, Goose, and other coding agents the ability to provision, ship, and pay on your behalf. It signs up for and configures real websites, wires up OAuth, Stripe, and deploys, and can complete purchases and coordinate on your behalf — your keys and card never leave the vault. ## Why it exists Trusty Squire is not a secrets manager for keys you already have, and not a browser-automation framework you script per site. Operator-style browser tools often stall at signup walls and bot detection; Trusty Squire works through those, provisions the real account or completes the real purchase, and captures the resulting credential or payment without returning the raw secret or card to the agent, chat, source code, or the project's .env file. ## Install `npx @trusty-squire/mcp connect` Free to start. ## Safety boundary - Provider credentials are captured into an encrypted, write-only vault. - Credential tools use references and server-side injection instead of returning stored plaintext. - Deployed backends can receive host-scoped, auditable, revocable egress grants. The grant token is returned once through MCP and can enter agent context; it is not the provider key. Use `use_credential` when zero grant-token exposure is required. - A run stops for a phone requirement, hard CAPTCHA, or human decision instead of guessing. ## Key URLs - [Website](https://trustysquire.ai/) - [Supported services](https://trustysquire.ai/services) - [Problem guides](https://trustysquire.ai/guides) - [Product comparisons](https://trustysquire.ai/compare) - [Coding-agent integrations](https://trustysquire.ai/integrations) - [OpenCode integration](https://trustysquire.ai/integrations/opencode) - [Install guide](https://trustysquire.ai/start) - [GitHub repository](https://github.com/trusty-squire/trusty-squire) - [npm package](https://www.npmjs.com/package/@trusty-squire/mcp) ## Reviewed service examples - [Braintrust](https://trustysquire.ai/services/braintrust): reviewed signup and credential flow - [Cerebras](https://trustysquire.ai/services/cerebras): reviewed signup and credential flow - [Clerk](https://trustysquire.ai/services/clerk): reviewed signup and credential flow - [DeepInfra](https://trustysquire.ai/services/deepinfra): reviewed signup and credential flow - [Zilliz Cloud](https://trustysquire.ai/services/zilliz): reviewed signup and credential flow