Welcome to the official MCP (Model Context Protocol) declaration repository for Acalytica — a digital infrastructure platform for creators, small businesses, and digital entrepreneurs.
Acalytica enables individuals and businesses to:
Acalytica is fully MCP-compliant and optimized for AI agent interoperability.
| 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/ |
https://acalytica.com/mcp.jsonSiteContext{
"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/"
}
]
}
}