AT Directory MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AT Directory MCP Serverfind merchants accepting Lightning near me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AT Directory
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.
MCP server (primary product) —
@agenticterminal/mcp-server, hosted atmcp.agenticterminal.ai.Web directory — agenticterminal.ai, same data rendered for humans.
SKILL.md — teaches an agent how to query and complete payment handoff.
Status
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.
Related MCP server: btcpay-mcp
Use it from an agent
// Hosted (recommended, no install)
{ "mcpServers": { "at-directory": { "url": "https://mcp.agenticterminal.ai/mcp" } } }npm install -g @agenticterminal/mcp-server # local alternativeSix 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.
Repo layout
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).Development
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 stdioLocal 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:stdioData model
Every merchant carries two orthogonal signals — read both:
OP trust tier (the merchant): 1 self-attested · 2 operator-verified · 3 chain-anchored (v1.x). v1 Tier 2 = AT operator transacted and confirmed; the bilateral counterparty-attestation model lands in v1.x.
Agent-callable tier (the integration):
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.
Contributing
See CONTRIBUTING.md. Merchants can self-register at agenticterminal.ai/submit — submissions open a PR for review and land at Tier 1 until verified.
Documents
License
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/observer-protocol/at-directory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server