ACALYTICA

by edzai

MCP Client
  • agent-framework

Acalytica enables individuals and businesses to:

About

What is ACALYTICA?

ACALYTICA is a digital infrastructure platform for creators, small businesses, and digital entrepreneurs. It enables building one-page websites, tracking user engagement, creating QR codes and social proof notifications, and monetizing content—all with full MCP (Model Context Protocol) compliance for AI agent interoperability.

How to use ACALYTICA?

Key features of ACALYTICA

- MCP-compliant with mcp.json manifest at /mcp.json
- JSON-LD structured data for WebSite, Organization, SoftwareApplication
- Public API endpoints under /api/v1/
- Built-in page builder, web analytics, and QR code generator
- Supports data export in CSV and JSON formats
- Link-in-bio, social proof, and digital storefront tools

Use cases of ACALYTICA

- Build and manage a beautiful one-page link-in-bio page
- Track user engagement and analyze audience behavior
- Create and distribute QR codes for marketing campaigns
- Set up a digital storefront with transaction-based monetization
- Enable AI agents to interact with your digital identity and analytics

FAQ from ACALYTICA

What does ACALYTICA do vs alternatives?

ACALYTICA is a full digital infrastructure platform that combines page building, analytics, QR codes, social proof, and monetization—all MCP-ready for AI agent interoperability.

What platforms or models does ACALYTICA support?

ACALYTICA is a web-based platform; its API supports text input and HTML output. MCP manifests confirm AI-readiness for any compatible AI agent.

Does ACALYTICA support MCP servers?

Yes, ACALYTICA declares MCP compliance with a public manifest, link tag, and structured data. It is designed for AI agent discovery and interaction.

What is the pricing/licensing model?

ACALYTICA uses a subscription model alongside transaction-based fees (10% on transactions). No further licensing details are provided.

Are there known limits?

Details

Author
edzai
Category
agent-framework
Repository
edzai/acalytica-mcp-client

Acalytica MCP Client

Welcome to the official MCP (Model Context Protocol) declaration repository for Acalytica — a digital infrastructure platform for creators, small businesses, and digital entrepreneurs.

🔍 What is Acalytica?

Acalytica enables individuals and businesses to:
- Build beautiful, one-page websites (MyLinks)
- Track and analyze user engagement
- Create QR codes, social proof notifications, and digital storefronts
- Monetize their content and services with built-in tools

📦 MCP Readiness

Acalytica is fully MCP-compliant and optimized for AI agent interoperability.

✅ Implemented Features

| Feature | Status | Description |
|----------------------------------|--------|-------------|
| mcp:site-function tag | ✅ | Declares functional purpose to AI agents |
| mcp:target-user tag | ✅ | Specifies intended user segments |
| mcp:ai-compatible tag | ✅ | Confirms AI-readiness |
| mcp.json Manifest | ✅ | Publicly available at /mcp.json |
| JSON-LD Structured Data | ✅ | Includes WebSite, Organization, SoftwareApplication |
| MCP Manifest Link Tag | ✅ | <link rel="mcp-manifest" href="/mcp.json"> |
| Public API Support | ✅ | Documented endpoints under /api/v1/ |

---

📄 MCP Manifest

- URL: https://acalytica.com/mcp.json
- Type: SiteContext
- Context: AI-native infrastructure for digital identity, analytics, link-in-bio tools, and monetization

Manifest Sample

```json
{
"site": "https://acalytica.com",
"context": {
"domain": "digital-identity",
"subdomain": "creator-tools",
"functions": [
"page-builder",
"web-analytics",
"qr-code-generator",
"social-proof",
"link-in-bio",
"digital storefronts"
],
"audience": [
"creators",
"influencers",
"startups",
"digital marketers",
"SMEs"
],
"revenueModel": [
"subscription",
"transaction-based (10%)"
],
"aiReady": true,
"dataExport": ["csv", "json"],
"interactions": [
{
"inputType": "text",
"outputType": "html",
"api": "https://acalytica.com/api/v1/"
}
]
}
}