INDIVIDUAL MCP TOOL
check_physical_condition
Check the stated condition, damage, or grading of a physical item or property.
LIVE ENDPOINT
https://veritap.dev/mcp
Connect to this endpoint to inspect the live schema for check_physical_condition 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.veritap]
url = "https://veritap.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"veritap": {
"type": "http",
"url": "https://veritap.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: veritap
Remote MCP URL: https://veritap.dev/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": {
"veritap": {
"url": "https://veritap.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"veritap": {
"type": "http",
"url": "https://veritap.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "veritap",
"transport": "streamable-http",
"url": "https://veritap.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_feasibility— Check whether a real-world fact can be verified before committing to a paid request.confirm_before_purchase— Check whether a listing, item, or business can be corroborated before an agent commits money.check_before_relying— Check whether a fact can be corroborated before your task depends on it.plan_verification— Map a multi-step plan against what can be grounded in the real world.triage_unknowns— Triage everything you are uncertain about in one call.