When you have several skills, you don’t have to copy each endpoint URL by hand.
Download the JSON
On the dashboard, click Export endpoints. You’ll get skuilds-endpoints.json containing:
{
"_readme": "Drop the mcpServers block into your MCP client config…",
"mcpServers": {
"rd-tax-credit": { "url": "https://…/mcp/acme/rd-tax-credit?token=…" }
},
"skuilds": {
"workspace": "acme",
"generatedAt": "…",
"endpoints": [
{ "name": "R&D Tax Credit", "slug": "rd-tax-credit", "category": "tax-accounting", "version": "1.0.0", "url": "…", "summary": "…" }
]
}
}
Use it
- The
mcpServersblock is ready to paste straight into a client config that uses that shape (Cursor, Claude Desktop, STDIO viamcp-remote). - The
skuilds.endpointsarray is a manifest for humans or scripts.
Each URL embeds a live token — treat the file as a secret. If you rotate a token or rename an endpoint, re-export to get fresh URLs.