Systemia Website Audit
Website, local SEO, performance and conversion audits with human-confirmed checkout.
Should I use this
Quality & Safety
B
Findings (1)
- LOWin get_website_audit_offers
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~245Tokens (tool definitions)
~675 BTypical response size
Minimal attention impact (0.19% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"systemia-website-audit": {
"url": "https://base44.app/api/apps/698cb6dd30475e7649f4fdcd/functions/auditAgentMcp"
}
}
}Remote endpoints
https://base44.app/api/apps/698cb6dd30475e7649f4fdcd/functions/auditAgentMcpstreamable-httphttps://systemia-audit-pro.base44.app/functions/auditAgentMcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_website_audit_offers
List current website audit tiers and pricing. Read-only and creates no charge.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}⚪prepare_website_audit_checkout(user_confirmed_payment, tier, domain, referral_code)
After the human explicitly agrees to pay, prepare the selected secure checkout for the supplied website. Checkout creation is not payment proof.
Input Schema
{
"type": "object",
"properties": {
"user_confirmed_payment": {
"type": "boolean",
"const": true
},
"tier": {
"type": "string",
"enum": [
"complete",
"patch"
]
},
"domain": {
"type": "string",
"minLength": 3,
"maxLength": 1000
},
"referral_code": {
"type": "string",
"maxLength": 80
}
},
"required": [
"user_confirmed_payment",
"tier",
"domain"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded2 tools
verifiedversion not recorded2 tools