INDIVIDUAL MCP TOOL
fleet_health
Check every demo's public URL right now and report which are reachable, with response times.
LIVE ENDPOINT
https://aivoicecall.net/mcp
Connect to this endpoint to inspect the live schema for fleet_health and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.portfolio]
url = "https://aivoicecall.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"portfolio": {
"type": "http",
"url": "https://aivoicecall.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: portfolio
Remote MCP URL: https://aivoicecall.net/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": {
"portfolio": {
"url": "https://aivoicecall.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"portfolio": {
"type": "http",
"url": "https://aivoicecall.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "portfolio",
"transport": "streamable-http",
"url": "https://aivoicecall.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_demos— Every demo in the portfolio: id, name, one-line pitch, public URL, and its own MCP endpoint where it has one.get_demo— Everything about one demo: what it does, what it is for, what it deliberately does NOT do, its features and headline numbers, and how to drive it from an agent.about_the_author— Who built this: background, current focus, location, and how to get in touch.