# TrustyCap [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/TrustyCap-Technologies/trustycap-cursor-plugin  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/trustycap-2

## Description
Infrastructure for software businesses. Capabilities, prices and Launch Kits, no key needed.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "trustycap": {
    "url": "https://mcp.trustycap.com/mcp"
  }
}
```

## Documentation & README

# TrustyCap for Cursor

TrustyCap is business infrastructure for software built with AI. This plugin connects Cursor to
the TrustyCap MCP server so the agent can read the live capability registry, the Launch Kits and
the published rate card, and execute capabilities against a free test key.

## What it adds

One remote MCP server, `https://mcp.trustycap.com/mcp`, over Streamable HTTP. Discovery needs no
credential: an agent can list every public capability, every Launch Kit and every published price
before anyone signs up. Execution uses OAuth 2.1 with dynamic client registration; Cursor opens
the sign-in when a tool needs it.

## Install

From the Cursor Marketplace, or by hand:

```json
{ "mcpServers": { "trustycap": { "url": "https://mcp.trustycap.com/mcp" } } }
```

One-click: https://trustycap.com/integrations/cursor

## Pricing

Test mode is free and fully metered. Production usage is metered per unit at the published rate
card, `GET https://api.trustycap.com/v1/rate-card`. There is no subscription.

## Links

- Developer docs: https://developers.trustycap.com
- Official MCP Registry entry: `com.trustycap/trustycap`
- Support: hello@trustycap.com

## License

The files in this repository are licensed under the Apache License 2.0. The TrustyCap name and
mark are trademarks of TrustyCap Technologies, Inc. The TrustyCap platform itself is a hosted
service and is not part of this repository.

