← Registry

Analytics

experiwall.com

Provides app monetization analytics, including revenue, user growth, and conversion metrics.

1 endpoint23 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://www.experiwall.com/api/mcp

No auth detected

MCP server metadata

Name
experiwall-mcp
Version
1.0.0
Capabilities
tools

Known tools 23

experiwall_get_overview

High-level project summary: total users, exposures, conversions, conversion rate, and revenue.

Inferred read-only
experiwall_get_timeseries

Daily exposures, conversions, and revenue over time.

Inferred read-only
experiwall_get_revenue

Revenue breakdown: total revenue and daily data from purchases, renewals, and trial starts.

Inferred read-only
experiwall_list_users

List app users tracked by the SDK.

Inferred read-only
experiwall_get_user_growth

Daily new-user counts over time.

Inferred read-only
experiwall_get_project

Get project details: id, name, slug, platform, bundle_id, created_at.

Inferred read-only
experiwall_update_project

Update project name, platform, or bundle_id.

Potential side effects
experiwall_create_organization

Create a new organization, bootstrapped with a first project and a fresh secret API key.

Potential side effects
experiwall_list_api_keys

List all API keys for this project.

Inferred read-only
experiwall_create_api_key

Create a new API key.

Potential side effects
experiwall_revoke_api_key

Revoke an API key.

Inferred read-only
experiwall_list_paywalls

List all paywalls (screens) in the project.

Inferred read-only
experiwall_get_paywall

Get a paywall by id, including its full ComponentNode config and published_config trees.

Inferred read-only
experiwall_create_paywall

Create a new blank paywall (screen) with the given name.

Potential side effects
experiwall_update_paywall

Rename a paywall.

Inferred read-only
experiwall_update_paywall_config

Replace the full visual layout (draft config) of a paywall.

Inferred read-only
experiwall_publish_paywall

Publish a paywall: copies the current draft config to the live (published) version served by the hosted page and SDK.

Potential side effects
experiwall_delete_paywall

Permanently delete a paywall.

Potential side effects
experiwall_list_funnels

List all Web2App funnels in the project.

Inferred read-only
experiwall_get_funnel

Get a funnel by id, including its full steps array and current version number.

Inferred read-only
experiwall_list_funnel_versions

List a funnel's versions: the live one plus archived snapshots created by experiwall_create_funnel_version.

Inferred read-only
experiwall_create_funnel_version

Create a new funnel version: archives the current steps as an immutable snapshot and bumps the version number.

Potential side effects
experiwall_get_billing

Get plan, billing period, subscription status, and usage limits (paywalls, MAU, events).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.