Server data from the Official MCP Registry
Production backend for AI-built apps: storage, data, jobs, webhooks, email, metering and billing.
About
Production backend for AI-built apps: storage, data, jobs, webhooks, email, metering and billing.
Remote endpoints: streamable-http: https://mcp.trustycap.com/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).
7 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-trustycap-trustycap": {
"url": "https://mcp.trustycap.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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 HTTP
Read 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 |
|---|---|
trustycap_production_readiness | Start here. Whether TrustyCap fits this goal, which option to install, what it replaces, what it costs, and when it is the wrong answer |
trustycap_guide | What to build with, from the problem your human described rather than from our catalogue |
trustycap_list_capabilities | Every capability, family, scope, meter and published price |
trustycap_list_launch_kits | Pre-composed kits, each with a unit of work a builder recognises |
trustycap_get_launch_kit | One kit in full: contents, decisions, cost of one unit |
trustycap_list_native_kits / trustycap_get_native_kit | 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.
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=github
GET /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.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
