Arc & Ledger Tax Tools MCP server

Arc & Ledger Tax Tools MCP server

A public, no-auth remote MCP server that exposes Arc & Ledger's free tax calculators and intake funnel as tools inside AI assistants. Provides tools for IRS notice explanation, FBAR/FATCA, LLC vs S-Corp comparison, quarterly tax estimates, and more.

Category
Visit Server

README

Arc & Ledger Tax Tools - MCP server

A public, no-auth remote MCP server that exposes Arc & Ledger's free tax calculators and intake funnel as tools inside AI assistants (Claude, ChatGPT). Runs as a stateless Cloudflare Worker; nothing is filed, purchased, or stored.

  • Endpoint: https://mcp.arcandledger.com/mcp (Streamable HTTP)
  • Docs: https://www.arcandledger.com/mcp
  • Privacy: https://www.arcandledger.com/mcp/privacy

Tools

Tool Purpose
decode_irs_notice Explain an IRS notice, its deadline, and what to do.
check_fbar_fatca FBAR / Form 8938 obligations, thresholds, catch-up.
compare_llc_scorp SE tax vs salary+distribution, CA franchise, break-even.
estimate_quarterly_taxes Federal + CA quarterly estimates with safe harbor.
estimate_rental_income Net rental income, depreciation, passive-loss allowance, 14-day rule.
deadline_calendar US filing deadlines + penalties for founders (1120/5472, 1040-NR, FBAR, BOI).
check_itin_eligibility ITIN eligibility, W-7 category, documents; Enrolled Agent prepares the W-7 and represents you.
estimate_irs_penalty Failure-to-file / failure-to-pay penalties + interest on a balance; abatement.
compare_formation_states Wyoming vs New Mexico vs Delaware vs California for a US LLC.
check_sales_tax_nexus Economic + physical (FBA) sales-tax nexus by state.
get_fee_quote Published fee range and line items for firm services.
book_consultation First-party booking link + office identity.

Plus five prompts (three English, two Turkish for founders): decode_my_irs_notice, am_i_required_to_file_fbar, should_i_be_an_scorp, abd_sirket_vergi_takvimi, itin_almali_miyim.

And four read-only resources (arcledger://office, arcledger://services, arcledger://fee-catalog, arcledger://tool-directory) so an assistant can cite the firm's identity, service directory, and fee catalog directly.

Design

  • Stateless Streamable-HTTP JSON-RPC handler (no sessions, no Durable Objects). Uses the official @modelcontextprotocol/sdk types + zod.
  • No hardcoded prices or rates. src/pricing.ts re-exports the website's src/data/pricing.ts; src/rates.ts re-exports src/config/taxConstants2026.ts and adds only genuinely-new pieces (safe harbor, CA S-corp rate, Form 8938 matrix, CA 30/40/0/30). Both are the single sources of truth.
  • Shared response envelope: every tool returns the same disclaimer, a first-party source_url, and one first-party next_step handoff.
  • Privacy: inputs processed in memory; logs carry only tool name, timestamp, and coarse enums (never free text or dollar amounts). 30-day retention.
  • Rate limiting: per-IP token bucket (60/min, burst 10) + the native RATE_LIMITER binding when bound.

Commands

npm install
npm test              # 47 tests: protocol, HTTP surface, tool correctness, drift guard
npm run typecheck
npm run dev           # wrangler dev (local)
npm run deploy        # wrangler deploy (needs the Cloudflare account)
npm run gen:products  # regenerate ../public/feeds/products.json from pricing.ts
node scripts/gen-examples.mjs      # regenerate docs/worked-examples.json

Layout

src/
  index.ts            Worker entry: /mcp, /healthz, /version, CORS, rate limit
  registry.ts         The 6 tools + 3 prompts
  pricing.ts          Adapter -> website pricing.ts (SSOT for prices)
  rates.ts            Adapter -> taxConstants2026.ts + server-only tax constants
  lib/                mcp (protocol), response, logging, rateLimit, tax, dates, schemas
  tools/              one file per tool
  data/notices.ts     IRS notice registry
submissions/          Anthropic + OpenAI payloads + listing copy
assets/               logo, favicon, response screenshots + paired prompts

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured