← All docs

Export all your endpoints

Download every endpoint in your workspace as one import-ready JSON config.

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 mcpServers block is ready to paste straight into a client config that uses that shape (Cursor, Claude Desktop, STDIO via mcp-remote).
  • The skuilds.endpoints array 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.

Ready to build?

Turn your expertise into a secure, queryable endpoint — free during beta.

Start free