← medianfi.com

INDIVIDUAL MCP TOOL

get_blog_post

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

medianfi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://medianfi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_blog_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

medianfi.com

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_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.
  • 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.