Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Taxlocus
T
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:34:28 PM

Taxlocus

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

US sales tax for AI agents: rates, economic nexus, taxability, filing. Citation-backed.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "taxlocus": {
      "command": "npx",
      "args": [
        "-y",
        "taxlocus"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

TaxLocus Open Sales-Tax Dataset

Free, weekly-updated US sales-tax rate tables β€” the flat data behind TaxLocus, released as an open dataset for the community.

Data as of: 2026-05-19 Β· Refreshed weekly from the live TaxLocus corpus.

What this is

A clean, flat snapshot of US sales-tax rates and rules:

  • State base rates for all sales-tax states.
  • Local jurisdiction rates β€” ~14,000 counties, cities, parishes, boroughs, transit and special districts.
  • Economic-nexus thresholds β€” the per-state remote-seller registration triggers.
  • Taxability matrix β€” state Γ— product-category taxable/exempt treatment.

Both CSV and JSON are provided for every table.

What this is not

This is the rate data only. The address-level lookup API, the polygon geometry that resolves an address to its jurisdiction stack, and the nexus tracking tools are the paid product at taxlocus.com. This dataset will tell you the rate for a named jurisdiction; it will not tell you which jurisdictions a given street address falls in.

Files & schema

All files live in data/.

state_rates β€” statewide base rates

columndescription
state2-letter state code
ratestatewide base sales-tax rate (decimal, e.g. 0.0625)

jurisdiction_rates β€” local jurisdiction rates

columndescription
state2-letter state code
jurisdiction_typecounty, city, parish, borough, transit, or special_district
namejurisdiction name
fips_codeCensus FIPS code, where available (may be blank)
ratelocal rate for the jurisdiction (decimal)

nexus_thresholds β€” economic-nexus thresholds

columndescription
state2-letter state code
sales_thresholdUSD sales threshold (may be blank)
transaction_thresholdtransaction-count threshold (may be blank)
logicsales_only, transactions_only, sales_or_count, or sales_and_count
measurement_periodprior_calendar_year, current_or_prior_cy, rolling_12_month, or prior_4_quarters

taxability β€” state Γ— category taxability matrix

columndescription
state2-letter state code
categoryproduct-category code (e.g. food.grocery, clothing.general)
taxableTrue/False
treatmenttaxable, exempt, reduced_rate, exempt_with_cert, or partial

manifest.json

Generation date and per-file row counts for the current snapshot.

Payroll-tax open data (new β€” Plan 14)

Reference tables for US payroll tax β€” federal FICA/FUTA, state personal income tax (PIT) and SUTA wage bases, and local income tax where it exists (PA, OH, MD, IN, NYC, etc.). Same shape + CC-BY-4.0 licence; every row carries a citation_url to the authoritative source (IRS, state DOR, state UI agency) so any value can be verified or refreshed against the source. This is rate / reference data only β€” not a withholding-tax calculation engine, not the per-employer SUTA experience rate (which is state-assigned and not lookupable). Consumers compute their own withholding and take liability for it.

payroll_federal_rates

FICA (SS + Medicare + Additional Medicare 0.9% > $200k) and FUTA rates, wage bases, and credit max by year.

payroll_state_pit β€” state personal income tax (wage withholding)

columndescription
yeartax year
state2-letter state code
tax_typenone (no wage income tax) / flat / progressive
flat_rateflat rate (when tax_type='flat')
top_marginaltop marginal rate (when tax_type='progressive')
bracket_summaryoptional compact JSON of brackets
supplemental_ratesupplemental (bonus) withholding rate where published
citation_urlstate DOR / withholding guide
notesper-state nuance

payroll_state_suta β€” state unemployment-insurance wage base + rate range

columndescription
yeartax year
state2-letter state code
wage_baseannual SUTA wage base per employee
new_employer_ratenew-employer assigned rate (when published)
min_rate / max_ratebounds of the experience-rate range
citation_urlstate UI agency

Per-employer SUTA rates are NOT included β€” each employer's rate is experience-rated and assigned by the state UI agency annually.

payroll_local_income_tax β€” city / county / municipal income tax

columndescription
yeartax year
state2-letter state code
jurisdiction_typecity / county / municipality / school_district / township / borough
jurisdiction_namee.g. Philadelphia, Anne Arundel County, New York City
geoidFIPS / place GEOID when known
resident_rate / non_resident_ratewithholding rates
courtesy_withholdingwhether the state publishes a courtesy-withholding flag
citation_urlstate DOR / local agency

Local income tax coverage (3,662 rows, 8 states): PA (2,627 PSDs) Β· OH (890 munis: RITA + CCA + DOR self-administered) Β· IN (92 counties) Β· MD (24 counties) Β· MI (24 cities) Β· NY (NYC + Yonkers) Β· MO (KC + STL) Β· DE (Wilmington). The remaining ~8 states with some local income tax are not yet covered (KY, IA, OR, AL, CO, WV, KS, NJ-Newark); the other ~34 states have no local income tax at all. Read PAYROLL-COVERAGE.md before relying on this data for withholding β€” it documents every gap and the disclaimer in detail.

payroll_reciprocity β€” state income-tax reciprocity agreements

columndescription
state_a / state_bthe two states
directionmutual or a_to_b (one-way)
citation_urlstate DOR

Reciprocity exempts the non-resident state from withholding when an employee files the exemption form (e.g., PA REV-419, MD MW507).

License & attribution

This dataset is licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0) license β€” see LICENSE.

You are free to use, share, and adapt the data, including commercially, provided you give credit. Required attribution:

Sales-tax data by TaxLocus β€” https://taxlocus.com

Disclaimer

This dataset is provided for informational purposes only and is not tax advice. Sales-tax rates and rules change frequently, special districts and local boundaries are complex, and this snapshot may contain errors or omissions. Always verify against the relevant state Department of Revenue before relying on it for filing or remittance. TaxLocus makes no warranty as to accuracy, completeness, or fitness for any purpose.

Need address-level accuracy?

The free dataset gives you rates by named jurisdiction. To resolve a real street address to its exact jurisdiction stack β€” with geometry, product taxability, and economic-nexus tracking β€” use the TaxLocus API at taxlocus.com.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • M
    Mcp

    Workix hub catalog plus freelance digest/search and proposal helpers for AI agents

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’
  • A
    Ato Mcp

    Australian tax knowledge base: cited retrieval over ATO guidance, the ITAA & GST Acts, and rulings.

    πŸ’» Developer Tools0 views
    Compare vs Ato Mcp β†’

Frequently Asked Questions about Taxlocus

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "taxlocus": { "command": "npx", "args": ["-y", "taxlocus"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTaxlocus AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/taxlocus?style=directory)](https://allmcps.com/mcp/taxlocus)
HTML Embed
<a href="https://allmcps.com/mcp/taxlocus"><img src="https://allmcps.com/api/badge/taxlocus?style=directory" alt="Taxlocus on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Taxlocus β†’Install in Claude DesktopInstall in CursorInstall in VS Code