# Trusty Squire [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Trusty-Squire/trusty-squire  
**GitHub Stars:** 3  
**npm Downloads (last month):** 12444  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/trusty-squire

## Description
Coding agent signs up for SaaS and vaults the API keys write-only: never in .env or agent context.

## Tools
Capabilities this server exposes over MCP:

- **error**
- **code**
- **operate_start**
- **operate_observe**
- **inject_card**
- **operate_finish**
- **outcome**
- **operate_recipe_save**
- **list_payment_cards**
- **list_credentials**
- **use_credential**
- **fetch_credential**
- **approval_id**
- **reason**
- **edit_credential**
- **grant_app_access**
- **revoke_app_access**
- **audit_log**

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "trusty-squire": {
    "command": "npx",
    "args": ["-y","@trusty-squire/mcp"]
  }
}
```

## Documentation & README

<p align="center">
  <a href="https://trustysquire.ai" target="_blank" rel="noopener noreferrer">
    <img width="84" height="84" src="https://trustysquire.ai/logo.svg" alt="Trusty Squire shield" />
  </a>
</p>

<h1 align="center">Trusty Squire</h1>

<p align="center"><strong>Empower agents with auth and payments.</strong></p>

## What you can do

Ask your coding agent to:

- **Get an API key.** "Sign me up for Pinecone and get an API key." It signs up, verifies the email, creates the key, and stores it in your vault instead of the chat.
- **Sign in anywhere.** It uses your Google or GitHub account on any site that offers it.
- **Buy things.** "Order one Glow Serum from whitejade.xyz." You approve the purchase once, and your card number never reaches the agent.
- **Call APIs with stored keys.** The agent uses a saved key without ever seeing it.
- **Finish setup.** OAuth apps, dashboards, and verification steps, end to end.

## Install

```bash
npx @trusty-squire/mcp connect
```

Sign in with Google or GitHub, and Trusty Squire adds itself to your coding agent. Restart the agent and ask for what you need.

To pick the agent yourself:

```bash
npx @trusty-squire/mcp connect --target=codex
```

Works with Claude Code, Codex, Cursor, OpenCode, Goose, Cline, Continue, and Hermes.

