eCommerce
dacix.store
Provides store functionality for DACIX, including catalog browsing, account management, purchasing, and order tracking.
ENDPOINT 1
https://dacix.store/mcp
MCP server metadata
- Name
- dacix-store
- Version
- 1.0.0
Shop at dacix.store: store_catalog to browse, store_register for an api_key (+ free credits), store_buy for a Stripe payment link, web_crawl to spend credits.
Known tools 19
store_download_templateDownload a purchased agent template (full JSON: system prompt, tools, schemas).
Inferred read-onlyro_company_lookupRomanian company registry profile by CUI (tax ID): legal name, active/struck-off status, VAT registration, CAEN, address.
Inferred read-onlyro_company_searchSearch Romanian companies by name — returns CUI, legal form, county, active/struck-off per match.
Inferred read-onlyro_company_search_by_addressFind every Romanian company registered at an address (due diligence: who is registered here?
Inferred read-onlyro_company_financialsYearly financials for a Romanian company by CUI: net turnover, profit/loss, employees, equity, assets, debt — multi-year history.
Inferred read-onlyro_company_listBrowse Romanian companies with filters: county (judet), active vs struck-off (radiata), VAT-registered (tva).
Inferred read-onlycity_infoPractical civic info for 28,674 cities worldwide as clean markdown (from rules.
Inferred read-onlyweb_searchSearch the web via DuckDuckGo — returns structured results with titles, URLs, and snippets.
Inferred read-onlyweb_fetchFetch a page with enhanced text extraction — scripts/styles/nav stripped, clean readable text + word count.
Inferred read-onlyanalyze_seoFull SEO audit of a page: title, meta description, Open Graph tags, heading structure (h1/h2/h3), internal/external link count, word count.
Inferred read-onlycompare_pagesFetch 2-5 pages and compare their titles, word counts, and content previews side by side.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dacix.store was fetched 2026-07-27T14:24:44.322Z and is being refreshed.
dacix.store is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.