← dacix.store

INDIVIDUAL MCP TOOL

store_download_template

Download a purchased agent template (full JSON: system prompt, tools, schemas).

dacix.storenone authenticationAvailability not checked

LIVE ENDPOINT

https://dacix.store/mcp

No auth detected

Connect to this endpoint to inspect the live schema for store_download_template and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

dacix.store

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dacix-store]
url = "https://dacix.store/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dacix-store": {
      "type": "http",
      "url": "https://dacix.store/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dacix-store
Remote MCP URL: https://dacix.store/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dacix-store": {
      "url": "https://dacix.store/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dacix-store": {
      "type": "http",
      "url": "https://dacix.store/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dacix-store",
  "transport": "streamable-http",
  "url": "https://dacix.store/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • store_catalog — List everything for sale at dacix.
  • store_register — Create a DACIX account and get an API key (dacix_sk_.
  • store_account — Check your DACIX account: credit balance and owned templates.
  • store_buy — Buy a product.
  • store_order_status — Check an order's status after payment (pending → paid).
  • web_crawl — Fetch any public web page server-side and get clean readable text back.
  • ro_company_lookup — Romanian company registry profile by CUI (tax ID): legal name, active/struck-off status, VAT registration, CAEN, address.
  • ro_company_search — Search Romanian companies by name — returns CUI, legal form, county, active/struck-off per match.