data
TrustMRR MCP Integration for Vercel AI SDK
Connect TrustMRR to Vercel AI SDK through the local KosmoKrator MCP gateway with scoped tools, credentials, and write policy.
Connect TrustMRR to Vercel AI SDK
Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts.
Create an MCP client that starts or connects to the KosmoKrator gateway for the selected integration. The gateway is local, scoped to this integration, and starts with
--write=deny so Vercel AI SDK can inspect read-capable tools without receiving write access by default.
TrustMRR MCP Config for Vercel AI SDK
Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
{
"mcpServers": {
"kosmokrator-trustmrr": {
"type": "stdio",
"command": "kosmo",
"args": [
"mcp:serve",
"--integration=trustmrr",
"--write=deny"
]
}
}
} Run the Gateway Manually
kosmokrator mcp:serve --integration=trustmrr --write=deny Why Use KosmoKrator Here
Expose only TrustMRR instead of a broad multi-service tool list.
Reuse credentials already configured for the KosmoKrator CLI and Lua runtime.
Start read-only, then opt into ask or allow for trusted workspaces.
TrustMRR Tools Visible to Vercel AI SDK
Vercel AI SDK sees stable MCP tool names generated from the TrustMRR integration catalog.
| MCP tool | Source function | Type | Description |
|---|---|---|---|
integration__trustmrr__trustmrr_get_startup | trustmrr.trustmrr_get_startup | Read | Get full details for a single startup on TrustMRR by its slug. Returns revenue data, tech stack, cofounders, social metrics, asking price, and more. Use the slug from the list startups tool. |
integration__trustmrr__trustmrr_list_startups | trustmrr.trustmrr_list_startups | Read | Browse and filter startups with verified revenue on TrustMRR. Filter by sale status, category, revenue range, MRR, growth, or asking price. All monetary values are in USD cents (e.g. 100000 = $1,000). |