INDIVIDUAL MCP TOOL
adcritter_health
Returns server health status and version information for the AdCritter MCP server
LIVE ENDPOINT
https://mcp.adcritter.com/mcp/dev
Connect to this endpoint to inspect the live schema for adcritter_health 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.adcritter-mcp]
url = "https://mcp.adcritter.com/mcp/dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"adcritter-mcp": {
"type": "http",
"url": "https://mcp.adcritter.com/mcp/dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: adcritter-mcp
Remote MCP URL: https://mcp.adcritter.com/mcp/dev
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": {
"adcritter-mcp": {
"url": "https://mcp.adcritter.com/mcp/dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"adcritter-mcp": {
"type": "http",
"url": "https://mcp.adcritter.com/mcp/dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "adcritter-mcp",
"transport": "streamable-http",
"url": "https://mcp.adcritter.com/mcp/dev"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
adcritter_guidance— Returns detailed building instructions for a specific feature area of an AdCritter application.adcritter_build_app— Start here when building an application.adcritter_get_platform_overview— Start here.adcritter_get_api_reference— Returns the REST API contract for an AdCritter entity.adcritter_get_usage_guide— Returns the conceptual model and workflow guidance for an AdCritter entity - what it is, how it relates to other entities, and the intended workflow for using it.adcritter_get_design_guide— Returns AdCritter design guidance for an entity at a caller-chosen guidance level - screen experiences, API integration patterns, and design philosophy.