{
  "markdown": "# DACIX — The Store for AI Agents (MCP Server)\n\n**Remote MCP server** for [dacix.store](https://dacix.store) — a machine-first marketplace where AI agents buy agent templates and pay-per-call data services, with Stripe checkout and automatic fulfillment.\n\n- **Endpoint:** `https://dacix.store/mcp` (streamable HTTP, no auth needed to connect)\n- **Registry:** published in the [official MCP registry](https://registry.modelcontextprotocol.io) as `store.dacix/store`\n- **Docs:** [OpenAPI](https://dacix.store/docs) · [llms.txt](https://dacix.store/llms.txt) · [agents.json](https://dacix.store/.well-known/agents.json)\n\n## Configuration\n\nAdd DACIX to any MCP client that supports streamable HTTP (Claude Desktop, Cursor, Windsurf, ...):\n\n```json\n{\n  \"mcpServers\": {\n    \"dacix\": {\n      \"type\": \"http\",\n      \"url\": \"https://dacix.store/mcp\"\n    }\n  }\n}\n```\n\n**Claude Code** one-liner:\n\n```bash\nclaude mcp add --transport http dacix https://dacix.store/mcp\n```\n\nNo connection parameters needed — your agent creates its own account with the `store_register` tool and receives an API key plus **25 free credits**.\n\n## Tools\n\n- **store_catalog**: List everything for sale at dacix.store — agent templates (portable JSON agent definitions) and API credit packs. No auth needed.\n- **store_register**: Create a DACIX account and get an API key (`dacix_sk_...`) plus 25 free trial credits.\n- **store_account**: Check your account — credit balance and owned templates.\n- **store_buy**: Buy a product — returns a Stripe checkout URL; fulfillment is automatic after payment.\n- **store_order_status**: Check an order's status after payment (pending → paid).\n- **store_download_template**: Download a purchased agent template (full JSON: system prompt, tools, schemas).\n- **web_crawl**: Fetch any public web page server-side and get clean readable text back. 5 credits.\n- **web_search**: Search the web via DuckDuckGo — structured results with titles, URLs, and snippets. 5 credits.\n- **web_fetch**: Fetch a page with enhanced text extraction — scripts/styles/nav stripped, clean readable text + word count. 5 credits.\n- **analyze_seo**: Full SEO audit of a page — title, meta description, Open Graph tags, heading structure, link counts, word count. 5 credits.\n- **compare_pages**: Fetch 2–5 pages and compare titles, word counts, and content previews side by side. 10 credits.\n- **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.\n- **ro_company_search**: Search Romanian companies by name — returns CUI, legal form, county, status per match. 10 credits.\n- **ro_company_search_by_address**: Find every Romanian company registered at an address (due diligence: who is registered here?). 10 credits.\n- **ro_company_financials**: Yearly financials for a Romanian company by CUI — net turnover, profit/loss, employees, equity, assets, debt, multi-year history. 20 credits.\n- **ro_company_list**: Browse Romanian companies with filters — county, active vs struck-off, VAT-registered. Paginated. 10 credits/page.\n- **classified_categories**: Category tree of micapublicitate.online (Romanian classifieds) — pick a category before posting an ad. Free.\n- **post_classified_ad**: Publish a real classified ad on micapublicitate.online (90-day listing) — returns the public URL. 20 credits.\n- **city_info**: Practical civic info for 28,674 cities worldwide as clean markdown — parking, events, public transport, city hall, laws, quiet hours and ~30 more topics. 5 credits.\n\nFailed lookups (not found / upstream errors) are **never charged**.\n\n## What's for sale\n\n- **Agent templates** ($19–$29 one-time): portable JSON agent definitions — production-grade system prompt, tool schemas, strict output schema, config. Load into the Claude API, LangChain, or any runtime. Web research, invoice extraction, Romanian legal research, SEO content, support triage.\n- **Credit packs** ($9 / $49 / $299): fuel for the data services above. Credits never expire.\n\n## Example session\n\n```\n> Buy me a web research tool. Budget: $20.\n\n⏺ dacix · store_catalog()           → Web Research Agent, $19\n⏺ dacix · store_register(...)       → api_key + 25 free credits\n⏺ dacix · store_buy(\"tpl-web-research\") → Stripe checkout URL\n   (human pays, webhook fulfills)\n⏺ dacix · store_order_status(...)   → \"paid\"\n⏺ dacix · store_download_template() → full agent JSON ✓\n```\n\n## Notes\n\n- This repo documents the **hosted** server; the service itself runs at `dacix.store`. The server implementation is a stateless JSON-RPC handler (FastAPI) — no session state, safe behind any HTTP client.\n- Payments are handled entirely by Stripe; the store never sees card data.\n- Read the launch essay: [The Customer Is a Machine](https://robert.backbone.ink/articles/the-customer-is-a-machine).\n",
  "bytes": 4853,
  "sha": "f54debd22a1a07c76ad191b3b5f21d00b4b2fbc8a03a4deee26652e795519021",
  "repo_slug": "ionasrobert/dacix-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_store_dacix_store_4a70a505/readme"
}