Analytics
experiwall.com
Provides app monetization analytics, including revenue, user growth, and conversion metrics.
ENDPOINT 1
https://www.experiwall.com/api/mcp
MCP server metadata
- Name
- experiwall-mcp
- Version
- 1.0.0
Known tools 23
experiwall_get_overviewHigh-level project summary: total users, exposures, conversions, conversion rate, and revenue.
Inferred read-onlyexperiwall_get_revenueRevenue breakdown: total revenue and daily data from purchases, renewals, and trial starts.
Inferred read-onlyexperiwall_get_projectGet project details: id, name, slug, platform, bundle_id, created_at.
Inferred read-onlyexperiwall_create_organizationCreate a new organization, bootstrapped with a first project and a fresh secret API key.
Potential side effectsexperiwall_get_paywallGet a paywall by id, including its full ComponentNode config and published_config trees.
Inferred read-onlyexperiwall_create_paywallCreate a new blank paywall (screen) with the given name.
Potential side effectsexperiwall_update_paywall_configReplace the full visual layout (draft config) of a paywall.
Inferred read-onlyexperiwall_publish_paywallPublish a paywall: copies the current draft config to the live (published) version served by the hosted page and SDK.
Potential side effectsexperiwall_get_funnelGet a funnel by id, including its full steps array and current version number.
Inferred read-onlyexperiwall_list_funnel_versionsList a funnel's versions: the live one plus archived snapshots created by experiwall_create_funnel_version.
Inferred read-onlyexperiwall_create_funnel_versionCreate a new funnel version: archives the current steps as an immutable snapshot and bumps the version number.
Potential side effectsexperiwall_get_billingGet plan, billing period, subscription status, and usage limits (paywalls, MAU, events).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.experiwall-mcp]
url = "https://www.experiwall.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"experiwall-mcp": {
"type": "http",
"url": "https://www.experiwall.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: experiwall-mcp
Remote MCP URL: https://www.experiwall.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"experiwall-mcp": {
"url": "https://www.experiwall.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"experiwall-mcp": {
"type": "http",
"url": "https://www.experiwall.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "experiwall-mcp",
"transport": "streamable-http",
"url": "https://www.experiwall.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.