← davisvillelabs.com
INDIVIDUAL MCP TOOL
list_products
List active products in the caller's AI Agent Analytics organization.
LIVE ENDPOINT
https://analytics.davisvillelabs.com/mcp
Connect to this endpoint to inspect the live schema for list_products 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.ai-agent-analytics]
url = "https://analytics.davisvillelabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-agent-analytics": {
"type": "http",
"url": "https://analytics.davisvillelabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-agent-analytics
Remote MCP URL: https://analytics.davisvillelabs.com/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": {
"ai-agent-analytics": {
"url": "https://analytics.davisvillelabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-agent-analytics": {
"type": "http",
"url": "https://analytics.davisvillelabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-agent-analytics",
"transport": "streamable-http",
"url": "https://analytics.davisvillelabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_portfolio_pulse— Read organization-wide Portfolio Pulse for the authorized customer.get_daily_pulse— Read one product's Daily Pulse.get_discovery— Read evidence-backed discovery sources for one product.get_agents— Read privacy-safe pseudonymous agent relationships and repeat-use evidence for one product.get_revenue— Read settled-revenue intelligence for one product.get_connection_health— Read telemetry health, observed funnel coverage, credential state, setup verification, and privacy-safe rejection diagnostics for one product.validate_installation— Prove whether an authorized product has an active ingestion credential and an accepted customer_test event.scan_agent_commerce_readiness— Inspect a fixed set of public HTTPS machine-facing surfaces for a product.