Server data from the Official MCP Registry
Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.
Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.
Remote endpoints: streamable-http: https://mcp.agenticterminal.ai/mcp
AT Directory is a well-architected MCP server for discovering crypto merchants with appropriate authentication and authorization patterns. Read operations are anonymously accessible by design, while sensitive write operations (merchant submissions, review attestations) are properly gated behind GitHub App auth and Turnstile CAPTCHA. Permissions align appropriately with the server's purpose: network access for payment rail verification and GitHub integrations, environment variable access for credentials, and file I/O for merchant data. Minor code quality observations regarding error handling and logging do not significantly impact the security posture. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 1 high severity).
8 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Where agents discover OP-verified merchants on the rails Bitcoin and Tether actually use.
AT Directory indexes merchants that sell products, services, APIs, or content and accept Lightning, BOLT12, L402, or USDT (any chain), with trust attestations issued through Observer Protocol. It is the verified, agent-callable layer on top of the fragmented agent-payment landscape. It is not in the payment path — agents discover here and pay merchants directly.
@agenticterminal/mcp-server, hosted at mcp.agenticterminal.ai.Pre-v1, active build. Target: week of 2026-05-18 for a live Tether-meeting demo. v1 ships Tiers 1–2; Tier 3 (chain-anchored) is v1.x.
// Hosted (recommended, no install)
{ "mcpServers": { "at-directory": { "url": "https://mcp.agenticterminal.ai/mcp" } } }
npm install -g @agenticterminal/mcp-server # local alternative
Six tools: search_merchants, get_merchant, verify_payment_endpoint, list_categories, list_rails, whoami. Reads are ungated — anonymous agents see all tiers and can transact with no setup. An Observer Protocol DirectoryAccessCredential raises rate limits and unlocks write access (reviews), but is not required to discover or transact. Full reference: agenticterminal.ai/api-docs.
data/merchants/ One JSON file per merchant (the source of truth).
data/schema/ JSON Schema (Draft 2020-12) for merchant records.
data/categories.json Category taxonomy.
data/rails.json Supported rails + USDT chains.
data/LOGO-AUDIT.md Logo sourcing checklist.
packages/core/ Types, schema-validated load, search/filter.
packages/mcp-server/ stdio + hosted HTTP MCP server, rail verification.
packages/skill/ SKILL.md (canonical).
apps/web/ Next.js static directory + Netlify Functions.
deploy/mcp-server/ Dockerfile, systemd unit, DEPLOY runbook.
scripts/ Data validation (and one-time crawl tooling).
pnpm install
pnpm -r test # core + mcp-server unit/integration tests
pnpm -r typecheck
pnpm validate-data # schema-validate every merchant record
pnpm -F @at-directory/web dev # web at localhost:3000
pnpm -F @agenticterminal/mcp-server start:stdio # MCP over stdio
Local MCP with the mock verifier (until the real AT route lands):
pnpm -F @agenticterminal/mcp-server exec tsx src/dev/mock-verifier.ts &
AT_VERIFIER_URL=http://127.0.0.1:8787 \
pnpm -F @agenticterminal/mcp-server start:stdio
Every merchant carries two orthogonal signals — read both:
full-api · structured-handoff · human-checkout.Schema is enforced in CI (pnpm validate-data) and on every load. USDT rails require a chain; Tier 2+ non-integrated records require an op_attestation_url; Tier 3 is rejected in v1.
See CONTRIBUTING.md. Merchants can self-register at agenticterminal.ai/submit — submissions open a PR for review and land at Tier 1 until verified.
MIT.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.