mcpbeat Sign in

Trusty Squire MCP Server

by trusty-squire Your server? Claim it
local only

Trusty Squire runs on your own machine — the client starts it, so there is no endpoint to ping. 3 529 installs a week from npm. Last commit 18 Sep 2026.

Credential broker that signs your AI agent up to SaaS dev tools, within a signed spending mandate.

Installs per day peak 1 133 · avg 455 · +91% w/w
a month agotoday
3 529
Installs / week
npm · @trusty-squire/mcp
3
Stars
6 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] assets/login/interstitial.html:1, [пакет] assets/login/vnc.html:1, [пакет] assets/login/vnc-input.js:1
этот файл ставится пользователю, но в репозитории его нет
A line of code looks encrypted apps/mcp/src/bot/provision-session.ts:3626
      /(?:add\s+to\s+(?:cart|bag|basket)|remove\s+from\s+(?:cart|bag|basket)|update\s+(?:cart|bag|basket)|increase\s+quantity|decrease\s+quantity|かごに追加|カートに追加|カートから削除|数量を増やす|数量を減らす)/i.test(
      const result = spawnSync(editor, [tempPath], { stdio: "inherit" });
Secret passed into the image build apps/web/Dockerfile.fly:26
ENV NEXT_PUBLIC_VOUCHFLOW_API_KEY=$NEXT_PUBLIC_VOUCHFLOW_API_KEY
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/registry-status.yml:56
      - name: Update server status
        env:
          SERVER: ${{ inputs.server_name }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @trusty-squire/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@trusty-squire/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@trusty-squire/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@trusty-squire/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@trusty-squire/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Trusty Squire

same job, measured the same way
Valetkey
by firatciftci

Signed-in dev sessions for coding agents, without handing over credentials.

local only
I
NodeLane Act
by wy2926

Use Reddit, Zhihu, X and WhatsApp through your signed-in browser with compact, on-demand MCP tools.

local only
Readiness scorer — can an agent sign up to your SaaS?
by agentwares

Probe a signup URL you own and score whether an AI agent can sign up unaided.

3 tools answering
AgentPay
by rumblingb

Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.

225 installs/wk answering
UseWait
by usewait

Create and manage waitlists from your AI agent: page, custom domain, emails, signups, broadcasts.

answering
Ref Tools Ref Tools MCP
by smithery

Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

answering
AI-ERD
by ai-erd

AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.

answering
Tulimoa
by tulimoa

Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.

5 tools answering

Trusty Squire — questions

Answers built from our own checks of this server.

Why is there no uptime for Trusty Squire?
Trusty Squire runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @trusty-squire/mcp was installed 3 529 times last week.
How do I connect Trusty Squire?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @trusty-squire/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trusty Squire?
The npm package @trusty-squire/mcp was installed 3 529 times in the last week. Week over week that is +91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trusty Squire open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.