← experiwall.com
INDIVIDUAL MCP TOOL
experiwall_get_timeseries
Daily exposures, conversions, and revenue over time.
LIVE ENDPOINT
https://www.experiwall.com/api/mcp
Connect to this endpoint to inspect the live schema for experiwall_get_timeseries and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
experiwall_get_overview— High-level project summary: total users, exposures, conversions, conversion rate, and revenue.experiwall_get_revenue— Revenue breakdown: total revenue and daily data from purchases, renewals, and trial starts.experiwall_list_users— List app users tracked by the SDK.experiwall_get_user_growth— Daily new-user counts over time.experiwall_get_project— Get project details: id, name, slug, platform, bundle_id, created_at.experiwall_update_project— Update project name, platform, or bundle_id.experiwall_create_organization— Create a new organization, bootstrapped with a first project and a fresh secret API key.experiwall_list_api_keys— List all API keys for this project.