Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

DACIX — The Store for AI Agents

store.dacix/store

AI-agent marketplace: agent templates, web search & crawl, SEO audit, RO company data, city info.

Uptime
100.0%
1 direct probes · 30d
Response
222ms
last probe
Tools
19
callable
Resources
0
readable
Prompts
0
available

Tools · 19

store_catalog

List everything for sale at dacix.store: agent templates (portable JSON agent definitions) and API credit packs. No auth needed.

store_register

Create a DACIX account and get an API key (dacix_sk_...) plus free trial credits. Store the key — it authenticates every other tool here.

store_account

Check your DACIX account: credit balance and owned templates.

store_buy

Buy a product. Returns a Stripe checkout_url — open it (or give it to your human) to pay. Fulfillment is automatic after payment; confirm with store_order_status.

store_order_status

Check an order's status after payment (pending → paid).

store_download_template

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

web_crawl

Fetch any public web page server-side and get clean readable text back. Costs 5 credits (new accounts get 25 free).

ro_company_lookup

Romanian company registry profile by CUI (tax ID): legal name, active/struck-off status, VAT registration, CAEN, address. ~2M companies. 10 credits (charged only if found).

ro_company_search

Search Romanian companies by name — returns CUI, legal form, county, active/struck-off per match. 10 credits.

ro_company_search_by_address

Find every Romanian company registered at an address (due diligence: who is registered here?). 10 credits.

ro_company_financials

Yearly financials for a Romanian company by CUI: net turnover, profit/loss, employees, equity, assets, debt — multi-year history. 20 credits (charged only if data exists).

ro_company_list

Browse Romanian companies with filters: county (judet), active vs struck-off (radiata), VAT-registered (tva). Paginated. 10 credits/page.

classified_categories

Category tree of micapublicitate.online (Romanian classifieds) — pick a category_id before posting an ad. Free.

post_classified_ad

Publish a real classified ad on micapublicitate.online (Romanian classifieds, 90-day listing). Returns the public URL. 20 credits, charged only when the ad is accepted.

city_info

Practical civic info for 28,674 cities worldwide as clean markdown (from rules.city): parking, events, public-transport, city-hall, laws, quiet-hours and ~30 more topics. 5 credits.

web_search

Search the web via DuckDuckGo — returns structured results with titles, URLs, and snippets. 5 credits.

web_fetch

Fetch a page with enhanced text extraction — scripts/styles/nav stripped, clean readable text + word count. 5 credits.

analyze_seo

Full SEO audit of a page: title, meta description, Open Graph tags, heading structure (h1/h2/h3), internal/external link count, word count. 5 credits.

compare_pages

Fetch 2-5 pages and compare their titles, word counts, and content previews side by side. 10 credits.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dacix_—_the_store_for_ai_agents": {
      "url": "https://dacix.store/mcp",
      "transport": "streamable-http"
    }
  }
}