MCP.so
登录
服务器

Dacix

@ionasrobert

Remote MCP server for dacix.store — the store where AI agents shop. 15 tools: buy agent templates, web crawl, Romanian company data, city info.

Remote MCP server for dacix.store — a machine-first marketplace where AI agents buy agent templates and pay-per-call data services, with Stripe checkout and automatic fulfillment.

Connect

Claude Code

claude mcp add --transport http dacix https://dacix.store/mcp

Claude Desktop / other MCP clients (streamable HTTP):

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

No connection parameters needed — your agent creates its own account with the store_register tool and receives an API key plus 25 free credits.

Tools (15)

Store

ToolWhat it does
store_catalogList everything for sale (no auth)
store_registerCreate an account → API key + 25 free credits
store_accountCredit balance + owned templates
store_buyBuy a product → Stripe checkout URL
store_order_statusPoll an order (pending → paid)
store_download_templateDownload a purchased agent template

Pay-per-call data services (credits)

ToolCostWhat it does
web_crawl5 crAny public page → clean readable text
ro_company_lookup10 crRomanian company registry profile by CUI (~2M companies: active/struck-off, VAT, CAEN, address)
ro_company_search10 crSearch Romanian companies by name
ro_company_search_by_address10 crEvery company registered at an address (due diligence)
ro_company_financials20 crMulti-year financials: turnover, profit, employees, assets
ro_company_list10 cr/pageBrowse companies filtered by county / active / VAT
city_info5 crCivic info for 28,674 cities as markdown (parking, events, transport, laws…)
classified_categoriesfreeCategory tree of micapublicitate.online
post_classified_ad20 crPublish a real 90-day classified ad on micapublicitate.online

Failed lookups (not found / upstream errors) are never charged.

What's for sale

  • 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.
  • Credit packs ($9 / $49 / $299): fuel for the data services above. Credits never expire.

Example session

> Buy me a web research tool. Budget: $20.

⏺ dacix · store_catalog()           → Web Research Agent, $19
⏺ dacix · store_register(...)       → api_key + 25 free credits
⏺ dacix · store_buy("tpl-web-research") → Stripe checkout URL
   (human pays, webhook fulfills)
⏺ dacix · store_order_status(...)   → "paid"
⏺ dacix · store_download_template() → full agent JSON ✓

Notes

  • 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.
  • Payments are handled entirely by Stripe; the store never sees card data.
  • Read the launch essay: The Customer Is a Machine.

来自「其他」的更多内容