streamable-httpupdated 2mo ago
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.
What can you do with DACIX โ The Store for AI Agents?
DACIX โ The Store for AI Agents (MCP Server)
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.
- Endpoint:
https://dacix.store/mcp(streamable HTTP, no auth needed to connect) - Registry: published in the official MCP registry as
store.dacix/store - Docs: OpenAPI ยท llms.txt ยท agents.json
Configuration
Add DACIX to any MCP client that supports streamable HTTP (Claude Desktop, Cursor, Windsurf, ...):
{
"mcpServers": {
"dacix": {
"type": "http",
"url": "https://dacix.store/mcp"
}
}
}
Claude Code one-liner:
claude mcp add --transport http dacix 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
- 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 25 free trial credits. - store_account: Check your account โ credit balance and owned templates.
- store_buy: Buy a product โ returns a Stripe checkout URL; fulfillment is automatic after payment.
- 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. 5 credits.
- web_search: Search the web via DuckDuckGo โ 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, link counts, word count. 5 credits.
- compare_pages: Fetch 2โ5 pages and compare titles, word counts, and content previews side by side. 10 credits.
- 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.
- ro_company_search: Search Romanian companies by name โ returns CUI, legal form, county, status 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.
- ro_company_list: Browse Romanian companies with filters โ county, active vs struck-off, VAT-registered. Paginated. 10 credits/page.
- classified_categories: Category tree of micapublicitate.online (Romanian classifieds) โ pick a category before posting an ad. Free.
- post_classified_ad: Publish a real classified ad on micapublicitate.online (90-day listing) โ returns the public URL. 20 credits.
- 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.
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.
Install
Add DACIX โ The Store for AI Agents to your client. Pick the one you use.
claude mcp add --transport http dacix-the-store-for-ai-agents https://dacix.store/mcpcodex mcp add dacix-the-store-for-ai-agents --url https://dacix.store/mcp{
"mcpServers": {
"dacix-the-store-for-ai-agents": {
"url": "https://dacix.store/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"dacix-the-store-for-ai-agents": {
"type": "http",
"url": "https://dacix.store/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"dacix-the-store-for-ai-agents": {
"url": "https://dacix.store/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dacix-the-store-for-ai-agents": {
"serverUrl": "https://dacix.store/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance22/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 52 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Jul 10, 2026 |
| 1.1.1 | Jul 10, 2026 |
| 1.1.0 | Jul 8, 2026 |
| 1.0.0 | Jul 8, 2026 |