INDIVIDUAL MCP TOOL
explain_books_check
Full detail on a single books health check: what it is, exactly where to look in the ledger, every innocent explanation to rule out before concluding anything, what it costs if it is real, what fixing it involves, and whether it is inside what Median does.
LIVE ENDPOINT
https://medianfi.com/mcp
Connect to this endpoint to inspect the live schema for explain_books_check 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.median]
url = "https://medianfi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"median": {
"type": "http",
"url": "https://medianfi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: median
Remote MCP URL: https://medianfi.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": {
"median": {
"url": "https://medianfi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"median": {
"type": "http",
"url": "https://medianfi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "median",
"transport": "streamable-http",
"url": "https://medianfi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_overview— Who Median is, what it does, who it is for, how onboarding works, and how to get in touch or book an intro call.get_pricing— Median's published usage-based pricing: per-account and per-ledger-entry rates, what is included, and add-on pricing for tax, R&D credits, and sales tax.list_services— List the services Median offers (daily bookkeeping, tax filing, R&D tax credits, CFO advisory) with a short summary and page link for each.list_blog_posts— List published articles from the Median blog, newest first.get_blog_post— Fetch the full text of one published Median blog post by its slug.get_confounders— Refinement step, NOT the place to start: call list_compliance_obligations first, then call this to narrow what is still genuinely open.list_compliance_obligations— START HERE.get_evidence_recipe— For one obligation, return exactly how to prove it: which sources settle the question, which are only corroborating, what each state's public registry does and does not expose, and the innocent explanations for missing evidence.