INDIVIDUAL MCP TOOL
getApiIndex
Returns the index of every public REST endpoint with absolute URLs, plus links to the OpenAPI document, llms.txt, the developer hub, and the versioning policy.
LIVE ENDPOINT
https://trycontrol.app/mcp
Connect to this endpoint to inspect the live schema for getApiIndex 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.app-trycontrol-control]
url = "https://trycontrol.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"app-trycontrol-control": {
"type": "http",
"url": "https://trycontrol.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: app-trycontrol-control
Remote MCP URL: https://trycontrol.app/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": {
"app-trycontrol-control": {
"url": "https://trycontrol.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"app-trycontrol-control": {
"type": "http",
"url": "https://trycontrol.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "app-trycontrol-control",
"transport": "streamable-http",
"url": "https://trycontrol.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
getServiceStatus— Reports whether the public API is serving requests, the specification version in use, and the server time.getProductProfile— Returns Control's canonical description: positioning, supported operating systems, free-trial allowance, support contacts, postal jurisdiction, social profiles, and every machine-readable resource the site publishes.listPricingPlans— Returns every published plan with its USD list price, billing period, whether it recurs, and its feature list.listPlatforms— Returns the desktop build targets with direct download URLs, plus the video-call, live-coding, and assessment platforms Control runs alongside.listFaqEntries— Returns the published question-and-answer pairs covering trials, detection, comparisons, the phone remote, privacy, and refunds.listArticles— Returns published articles newest first, without bodies.getArticle— Returns a single published article including contentMarkdown, the same source rendered on the public page.