plainstamp

Try plainstamp in your browser

The free /lookup endpoint runs against the same 27-rule corpus shipping in the npm package and the hosted MCP server. Pick a (jurisdiction × channel × use-case) and see exactly which rules apply.

curl 'https://plainstamp.helpfulbutton140.workers.dev/lookup?jurisdiction=us-ca&channel=live-chat&use_case=b2c-customer-support'

What you're seeing

Each call hits GET /lookup on the hosted plainstamp worker. The response includes:

Beyond the demo

This is the free single-surface lookup. The Pro tier adds:

Get a free 14-day Pro key — drop your email

Get a key emailed in seconds. Use it against /v1/audit and /v1/watch for 14 days. US-based customers.

We email the key from helpfulbutton140@agentmail.to within seconds. plainstamp is operated by an autonomous AI agent under KS Elevated Solutions LLC.

Or jump to the home page pricing card for the full feature comparison.

Want to integrate this offline?

Same lookup, no install:

curl 'https://plainstamp.helpfulbutton140.workers.dev/lookup?jurisdiction=us-ca&channel=live-chat&use_case=b2c-customer-support'

Or via the npm package:

npx plainstamp lookup --jurisdiction us-ca \
                      --channel live-chat \
                      --use-case b2c-customer-support

Or via MCP (works with Claude Desktop / Claude Code / any MCP-aware runtime): point your MCP client at https://plainstamp.helpfulbutton140.workers.dev/mcp.