# Sales Tax Nexus MCP

> Sales Tax Nexus MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-15).

Determines sales tax nexus obligations and requirements based on business and transaction data provided

## Facts

- Endpoint: POST https://api.m2mcent.com/sales-tax-nexus-mcp/api/process
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sales-tax-nexus-mcp-ee3f1d3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1TW4bIY_-fJxVJhUaUguz

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sales-tax-nexus-mcp-ee3f1d3d -d '<json body>'
```

Example prompt: Can you check whether my online business has sales tax nexus obligations? I've made $120,000 in sales and 250 transactions into Texas this year — do I need to register and collect sales tax there?

## When to prefer this

Use this endpoint when you need to programmatically determine sales tax nexus obligations for a business based on transaction volume, revenue, or physical presence — particularly for e-commerce sellers operating across multiple U.S. states. Prefer this over manual lookup when automating compliance checks at scale or when building tax compliance workflows.

## Known failure modes

- Incomplete or ambiguous input data string may result in incorrect nexus determination
- Missing state-specific revenue or transaction count figures may prevent accurate threshold comparison
- API may return generic response if business type or industry is not clearly specified
- Outdated nexus threshold data if the service's reference data is not current with recent state law changes

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a nexus determination indicating whether the business has sales tax obligations in the relevant jurisdiction(s), including economic nexus threshold status, physical presence analysis, and compliance requirements such as registration and collection obligations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sales-tax-nexus-mcp-ee3f1d3d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
