INDIVIDUAL MCP TOOL
get_attestation
The signed evidence behind a report, for callers that want to inspect it themselves.
LIVE ENDPOINT
https://mcpcheckup.com/mcp
Connect to this endpoint to inspect the live schema for get_attestation 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.mcpcheckup]
url = "https://mcpcheckup.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcpcheckup": {
"type": "http",
"url": "https://mcpcheckup.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcpcheckup
Remote MCP URL: https://mcpcheckup.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": {
"mcpcheckup": {
"url": "https://mcpcheckup.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcpcheckup": {
"type": "http",
"url": "https://mcpcheckup.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcpcheckup",
"transport": "streamable-http",
"url": "https://mcpcheckup.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_mcps— What has been observed about an MCP server — useful when choosing, adding, or debugging one.get_mcp_report— The detailed view of one MCP server: every check with its state, plus the observed tool list.get_mcp_history— Whether an MCP server's toolset changed recently.search_mcps— Find MCP servers by what their tools do.request_check— Ask for a one-off public observation of the MCP server at a full endpoint URL — this is the only tool here that contacts a third-party server, and it contacts exactly the host you name.