Trusty Squire — your squire handles the rest. Fiduciary agent that signs up for SaaS on behalf of vibe coders.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
git clone https://github.com/Trusty-Squire/trusty-squire{
"mcpServers": {
"trusty-squire": {
"command": "node",
"args": ["/path/to/trusty-squire/dist/index.js"]
}
}
}Resumen de MCP Servers
# trusty squire
<p align="center">
<a href="https://www.npmjs.com/package/@trusty-squire/mcp"><img src="https://img.shields.io/npm/v/@trusty-squire/mcp?logo=npm&color=cb3837" alt="npm version" /></a>
<a href="https://github.com/Trusty-Squire/trusty-squire/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/Trusty-Squire/trusty-squire/ci.yml?branch=main&label=CI&logo=github" alt="CI status" /></a>
<a href="https://github.com/Trusty-Squire/trusty-squire/stargazers"><img src="https://img.shields.io/github/stars/Trusty-Squire/trusty-squire?logo=github&color=eac54f" alt="GitHub stars" /></a>
<a href="https://github.com/Trusty-Squire/trusty-squire/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@trusty-squire/mcp?color=blue" alt="license" /></a>
<a href="https://glama.ai/mcp/servers/Trusty-Squire/trusty-squire"><img src="https://glama.ai/mcp/servers/Trusty-Squire/trusty-squire/badges/score.svg" alt="Glama MCP server score" /></a>
</p>
Your squire handles the rest.
Trusty Squire is a fiduciary agent that signs up for SaaS services on behalf of vibe coders. The agent holds API keys, pays bills within a user-set spending policy, and handles email/SMS verification automatically — so the developer can stay in their editor instead of context-switching to fifteen signup forms per project.
## Quick start
```bash
git clone <this repo> trusty-squire
cd trusty-squire
./scripts/bootstrap.sh
```
That installs workspace dependencies, brings up local Postgres/Redis via Docker, and reports the service URLs. After it finishes, `pnpm typecheck` and `pnpm test` should pass cleanly.
Stop services: `docker compose -f docker-compose.dev.yml down`
Reset data: `docker compose -f docker-compose.dev.yml down -v`
## Requirements
- Node 20.11.0 (see `.nvmrc`; `nvm use` if you have nvm)
- pnpm 8.15+ (`npm install -g pnpm@8.15.0`)
- Docker + Docker Compose
## Repository structure
```
trusty-squire/
├── packages/
│ ├── skill-schema/ # Learned-skill wire contract (Zod) — shared by the mcp
│ │ # client and the registry server. (Was adapter-sdk; the
│ │ # adapter-manifest types were sunset in 0.8, leaving only this.)
│ ├── vault/ # Encrypted credential vault (envelope encryption, per-credential KEK, audit log)
│ ├── inbox/ # Inbound email: alias allocation, MIME parsing, OTP/link extraction
│ ├── runtime/ # Shared orchestration runtime
│ ├── mandate-validator/ # Spending-mandate verification
│ └── adapters/
│ └── resend/ # Resend adapter (legacy native-provision path; retained)
└── apps/
├── api/ # Backend API gateway — accounts, OAuth, machine tokens, LLM proxy, inbox, vault
├── inbox-api/ # Inbound-mail webhook + parsing service
├── registry/ # Skill registry — signed learned-skill recipes + housekeeper backplane
├── mcp/ # MCP server coding agents install; bundles the universal signup bot
├── web/ # Public site: marketing landing + vault UI (trustysquire.ai)
└── pwa/ # User-facing web app (Next.js)
```
See `CLAUDE.md` (repo root) for the current architecture, deploy, and npm-distribution details.
## Adding a new package
(Populated as packages are built.) The pattern: create `packages/<name>/` with its own `package.json`, `tsconfig.json` extending `tsconfig.base.json`, and `src/`. pnpm workspaces will pick it up via `pnpm-workspace.yaml`. Cross-package deps use `"workspace:*"`.
## Conventions
- TypeScript strict mode with `noUncheckedIndexedAccess` and `exactOptionalPropertyTypes`. No `any`.
- ESM modules. Imports use `.js` extensions (TypeScript convention for ESM).
- ULID for IDs (`ulid` npm package).
- Snake_case for state names, event types, capability names. CamelCase for TypeScript identifiers.
- Timestamps as ISO 8601 strings in TypeScript types; `DateTime` in Prisma.
- Comments explain *why*, not *what*.
## Brand vocabulary
| Internal (code) | User-facing |
|---|---|
| `mandate` | spending policy |
| delta-mandate | approval |
| `audit_events` | the ledger |
| free / pro / team / enterprise tiers | Hedge Knight / Tourney Knight / Banner / Lord |
Lo que la gente pregunta sobre trusty-squire
¿Qué es Trusty-Squire/trusty-squire?
+
Trusty-Squire/trusty-squire es mcp servers para el ecosistema de Claude AI. Trusty Squire — your squire handles the rest. Fiduciary agent that signs up for SaaS on behalf of vibe coders. Tiene 1 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala trusty-squire?
+
Puedes instalar trusty-squire clonando el repositorio (https://github.com/Trusty-Squire/trusty-squire) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Trusty-Squire/trusty-squire?
+
Nuestro agente de seguridad ha analizado Trusty-Squire/trusty-squire y le ha asignado un Trust Score de 79/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene Trusty-Squire/trusty-squire?
+
Trusty-Squire/trusty-squire es mantenido por Trusty-Squire. La última actividad registrada en GitHub es de today, con 28 issues abiertos.
¿Hay alternativas a trusty-squire?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega trusty-squire en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/trusty-squire-trusty-squire)<a href="https://claudewave.com/repo/trusty-squire-trusty-squire"><img src="https://claudewave.com/api/badge/trusty-squire-trusty-squire" alt="Featured on ClaudeWave: Trusty-Squire/trusty-squire" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。