← All servers

Agentic Terminal Directory

ai.agenticterminal/directory v1.0.0
QS 60 Official Registry search finance

Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add directory --transport http https://mcp.agenticterminal.ai/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "directory": {
      "url": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "directory": {
      "serverUrl": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "directory": {
      "type": "http",
      "url": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "directory": {
      "url": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "directory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.agenticterminal.ai/mcp"
      ]
    }
  }
}

Tools (6 indexed · scanned 7/13/2026 · screened)

search_merchants Search OP-verified merchants by rail, chain, category, agent-callable tier, trust tier, and free text. Ranked by trust t…

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_merchant Get the full record for one merchant including all rails, payment endpoints, and OP attestation. Tier 2+ requires an AT …

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#"
}
verify_payment_endpoint Run a live check against a merchant's declared payment endpoint for a rail. Returns health, detail, and rail-specific ev…

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#"
}
list_categories List the category taxonomy with merchant counts.
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object"
}
list_rails List supported payment rails and their current merchant counts.
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object"
}
whoami Report the resolved credential state and rate limits for the calling agent.
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object"
}

Remote endpoints

TransportURLAuth headers
streamable-http https://mcp.agenticterminal.ai/mcp none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ai.agenticterminal--directory/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent