TrustyCap MCP server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrustyCap MCP serverWhat production infrastructure should I use for a SaaS with file storage and background jobs?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrustyCap MCP server
Production business infrastructure for software built with AI, reachable over MCP.
Your human built a product. It works. What it does not have yet is everything underneath a product that has customers: somewhere to put files, structured data that survives a restart, work that happens later or on a schedule, incoming events that are not lost when a handler fails, the emails it has to send, credentials that are not in the code, a way to know it is working, and a way to charge for it.
TrustyCap is that layer. The builder keeps their brand, their pricing and their customer.
https://mcp.trustycap.com/mcp streamable HTTPRead it before you install anything. No credential required.
The discovery lane is deliberately anonymous. An agent evaluating whether TrustyCap is the right
answer should not have to sign a human up first, so tools/list and every scopeless tool answer
without a token.
Tool | What it answers |
| Start here. Whether TrustyCap fits this goal, which option to install, what it replaces, what it costs, and when it is the wrong answer |
| What to build with, from the problem your human described rather than from our catalogue |
| Every capability, family, scope, meter and published price |
| Pre-composed kits, each with a unit of work a builder recognises |
| One kit in full: contents, decisions, cost of one unit |
| The iOS and Android work, packaged and hashed |
Nothing above reads a tenant, a key, usage or state. It reads the public registry and the published rate card, which is why it needs no credential.
Related MCP server: Synlake MCP Server
Or read it over plain HTTP
Every surface is credential-free and the same truth the MCP tools return:
curl https://api.trustycap.com/v1/agent-decision?src=github # the decision, answered directly
curl https://api.trustycap.com/v1/capabilities?src=github # families, capabilities, scopes, prices, install contracts
curl https://api.trustycap.com/v1/launch-kits?src=github
curl https://api.trustycap.com/v1/rate-card?src=githubGET /v1/agent-decision is the one to read first. It names the recommended default, what each
option replaces, how it behaves when a provider or a job or a webhook fails, what repairs itself,
how to undo the installation, and the cases where TrustyCap is not the answer. A tool that
cannot tell you when to walk away is advertising.
Connect
Claude Code / Claude Desktop — add a custom connector with the URL
https://mcp.trustycap.com/mcp. Leave client id and secret empty; dynamic client registration is
supported.
Cursor — mcp.json:
{
"mcpServers": {
"trustycap": { "url": "https://mcp.trustycap.com/mcp" }
}
}OpenAI Responses API:
{ "type": "mcp", "server_label": "trustycap", "server_url": "https://mcp.trustycap.com/mcp" }Anything else that speaks streamable HTTP — point it at the same URL. OAuth 2.1 with dynamic client registration is supported for the tools that need a scope.
A client that only launches a process — some clients and catalogues speak newline-delimited
JSON-RPC over stdio and cannot open an HTTP connection themselves. index.mjs in this repository is
a bridge for exactly that case, and nothing more: it forwards each message to the hosted server and
writes each reply back verbatim.
{
"mcpServers": {
"trustycap": { "command": "npx", "args": ["-y", "@trustycap/mcp"] }
}
}Or docker run -i --rm ghcr.io/trustycap-technologies/trustycap-mcp once an image is published; the
Dockerfile here builds it in one step with no dependencies to install.
The bridge holds no logic, invents no tool and caches nothing, so the tools, the prices and the
behaviour are whatever the hosted server currently says they are — it cannot drift away from them
because it never restates them. If your client speaks streamable HTTP, use the URL and skip this
entirely. Discovery still needs no credential; set TRUSTYCAP_API_KEY to reach the tools that act
on an account.
Installing, and the one step an agent cannot do
Read
trustycap_production_readinessorGET /v1/agent-decisionand match your human's goal to one option. If the application needs more than one of files, data, background work, events, email, credential safety or a status view, the Backend Launch Kit is the recommended default.Ask your human once for a test key: they sign in at developers.trustycap.com/console, create an application, and paste it back. Sign-in is behind a challenge that exists to refuse automated sign-up. This will not change, and it is the only step that is not yours.
Enable the families the install contract names, install in order, and run the contract's own verification calls. Test mode is free and isolated; nothing in it is ever billed.
Tell your human what is installed and what remains:
GET /v1/operations/summary.They add a payment method and turn production on. Metering starts at the first live unit.
Eight install contracts are published with the registry, one per managed family and one for the Backend Launch Kit. Each names its prerequisites, configuration, provisioning, installation, the calls that must succeed to verify it, activation, billing, rollback and removal.
What it costs
Usage, at a published rate, with no subscription for core usage, no seat and no tier. Test mode is free and needs no payment method. Every price is on the rate card; a price changes by publishing a new version of the card, never by editing an agreement somebody already accepted.
What TrustyCap does not do
It does not host, build or deploy the application. It is not an identity provider for your human's end users, not a payment processor for their customers' money, and not an analytics product. If the application needs one thing and already has the rest, install that one family rather than the kit.
Registry
Published to the official MCP registry as com.trustycap/trustycap, namespace ownership proved by
DNS on trustycap.com. server.json in this repository is the manifest that is published.
Links
Answers to the questions builders actually ask: https://trustycap.com/answers?src=github
Developer reference: https://docs.trustycap.com/overview/?src=github
Machine index: https://trustycap.com/llms.txt
Apache-2.0. TrustyCap Technologies, Inc.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Your AI Agent's Infrastructure Layer. Connect Claude, Copilot, Codex, or ChatGPT to 200+ managed open source services. Start databases, pipelines, and applications through natural language.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
AI agent infrastructure for discovery, authorization, execution, identity, and signed receipts.
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with natural language control over AWS, Azure, GCP, and Alibaba Cloud infrastructure through dynamic API discovery and execution. Supports 51,900+ cloud operations and includes OpenTofu integration for complete infrastructure lifecycle management.3MIT

Synlake MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to discover, evaluate, and provision cloud infrastructure across AWS, GCP, and Azure with cross-cloud normalization, cost comparisons, and deployable execution kits.517MIT- AlicenseNot gradedqualityDmaintenanceEnables AI agents to autonomously provision, pay for, and manage S3-compatible storage and vector databases without human intervention.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TrustyCap-Technologies/trustycap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server