Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.
claude mcp add directory --transport http https://mcp.agenticterminal.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"directory": {
"url": "https://mcp.agenticterminal.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"directory": {
"serverUrl": "https://mcp.agenticterminal.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"directory": {
"type": "http",
"url": "https://mcp.agenticterminal.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"directory": {
"url": "https://mcp.agenticterminal.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"directory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.agenticterminal.ai/mcp"
]
}
}
}
Search OP-verified merchants by rail, chain, category, agent-callable tier, trust tier, and free text. Ranked by trust tier then verification recency.
{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"rail": {
"type": "string",
"enum": [
"lightning",
"bolt12",
"l402",
"usdt"
]
},
"chain": {
"type": "string",
"enum": [
"tron",
"ethereum",
"solana",
"bsc",
"polygon",
"arbitrum",
"base"
]
},
"category": {
"type": "string"
},
"agent_callable_tier": {
"type": "string",
"enum": [
"full-api",
"structured-handoff",
"human-checkout"
]
},
"trust_tier_min": {
"type": "number",
"enum": [
1,
2,
3
]
},
"accepts_usdc": {
"type": "boolean"
},
"limit": {
"type": "integer",
"exclusiveMinimum": 0
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Get the full record for one merchant including all rails, payment endpoints, and OP attestation. Tier 2+ requires an AT credential.
{
"type": "object",
"properties": {
"id": {
"type": "string",
"minLength": 1
}
},
"required": [
"id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Run a live check against a merchant's declared payment endpoint for a rail. Returns health, detail, and rail-specific evidence.
{
"type": "object",
"properties": {
"merchant_id": {
"type": "string",
"minLength": 1
},
"rail": {
"type": "string",
"enum": [
"lightning",
"bolt12",
"l402",
"usdt"
]
}
},
"required": [
"merchant_id",
"rail"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object"
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object"
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object"
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.agenticterminal.ai/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.agenticterminal--directory/reviews or the review_server meta-tool.
POST /mcp