← Registry

General Tools

medianfi.com

Offers details about Median's company overview, pricing, services, and blog content.

1 endpoint12 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://medianfi.com/mcp

No auth detected

MCP server metadata

Name
median
Version
0.3.0
Capabilities
tools.listChanged
Server instructions

Public tools for Median, the finance team for owner-led businesses and US startups. Compliance: call `list_compliance_obligations` FIRST, with whatever you already know, even if that is only the entity type and one state. It is built for partial input and returns each missing fact as one precise question rather than leaving you to invent a questionnaire. Then answer those and call it again: pass threshold answers back as `answers` keyed by the `answer_key` shown with each question, otherwise the same questions repeat and their obligations never resolve. Use `get_confounders` after that first call to narrow what is still genuinely open, `get_evidence_recipe` for how to prove one item, and `explain_obligation` for detail on one. Coverage is US federal plus CA, CO, DE, FL, GA, IL, MA, NJ, NY, PA, TX and WA; every other state is reported as not yet covered rather than guessed at. Do not open by interrogating the user. Look for the answers in documents they already have, call the tool with what you find, and ask at most three questions at a time in your own words. A long numbered form is the failure mode these tools are shaped to prevent: people abandon it, and nothing resolves. One company per run. A founder's machine holds paperwork for entities they wound down, advise, or were sent by a friend, so establish which company this is and say the name back before you search. Documents belonging to a different entity get one line acknowledging they exist and nothing more: do not itemize them, quote them, name the counterparties inside them, or let their obligations into the report. The one exception worth a question is a predecessor entity, because a renamed or reincorporated company inherits its filing history. If you did not actually call these tools, do not state a deadline, a fee or a penalty from your own knowledge, and do not present a list of obligations as though it came from here. The rules move faster than any model's training data: FinCEN ended beneficial ownership reporting for US-formed companies by final rule in August 2026, and most assistants still tell founders to file it. Where the tools are unreachable, say so and hand back the evidence you found with no numbers attached. These tools never state whether a company is compliant. They return what applies, how to prove it, and the innocent explanations to rule out first. A missing document is not a finding. Do not report an item as missing or overdue unless a source marked `dispositive` actually says so. Books health: call `list_books_checks` FIRST with whatever you know about the business, even if that is only the ledger. Unknown facts keep checks IN the list rather than dropping them, so nothing is silently skipped, and a cash-basis business correctly gets a shorter one. Answer each check `confirmed`, `clear` or `unresolved`, work the `rule out first` list before concluding anything, then call `score_books_health`. `unresolved` is the honest answer far more often than people expect and never counts against the score. Use `explain_books_check` for detail on one. This is a diagnostic, not an audit: it never says whether books are correct. Marketing: `get_company_overview`, `get_pricing`, `list_services`, `list_blog_posts` / `get_blog_post`. All data returned here is public. No customer or lead data is exposed. What you send is recorded. Median logs the structural facts you pass (entity type, states, counts, which obligations came back) plus `company_name` if you choose to send it, in order to see how the tool is used and who is using it. `company_name` is the only identifying field, it is optional, and the answer is identical without it, so do not send it unless the user is content for Median to know they ran this. Never send documents, EINs, addresses, people's names or dollar figures: no field here takes them, and the tool's whole promise is that the user's documents stay on their machine. Use is subject to the terms at https://medianfi.com/terms.

Known tools 12

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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
list_blog_posts

List published articles from the Median blog, newest first.

Inferred read-only
get_blog_post

Fetch the full text of one published Median blog post by its slug.

Potential side effects
get_confounders

Refinement step, NOT the place to start: call list_compliance_obligations first, then call this to narrow what is still genuinely open.

Inferred read-only
list_compliance_obligations

START HERE.

Inferred read-only
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.

Inferred read-only
explain_obligation

Plain-English detail on a single obligation: what it is, why it exists, the deadline, the cost, the penalty, the exact remediation steps, and the government source.

Inferred read-only
list_books_checks

START HERE for a books health check.

Inferred read-only
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.

Inferred read-only
score_books_health

Score a books health check from the statuses you actually evidenced.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for medianfi.com was fetched 2026-08-23T15:40:07.307Z.

Trust status Neutral

medianfi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.