PluginBench
MCP Server
Active
MIT

Agentic Terminal Directory MCP Server

ai.agenticterminal/directory

Search, verify, and pay verified merchants accepting Lightning/L402/BOLT12/USDT payments via MCP.

What is the Agentic Terminal Directory MCP server?

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

How to install Agentic Terminal Directory

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "directory": {
      "url": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "directory": {
      "serverUrl": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "directory": {
      "type": "http",
      "url": "https://mcp.agenticterminal.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "directory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.agenticterminal.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http directory https://mcp.agenticterminal.ai/mcp

Use cases

  • An AI agent needs to find a verified API service that accepts L402 micropayments
  • Automating payment flows to merchants without manual lookup
  • Checking whether a specific merchant is listed and verified before sending funds
  • Discovering BOLT12-compatible vendors for recurring agentic payments
  • Integrating merchant discovery into an autonomous purchasing workflow

Agentic Terminal Directory MCP server FAQ

What payment protocols are supported?

The directory covers merchants accepting Lightning Network, L402, BOLT12, and USDT payments.

Does this MCP server execute payments itself?

It provides merchant discovery and verification; actual payment execution depends on your wallet or payment client integration.

Is merchant listing curated or open?

Merchants are described as 'verified,' implying a curation or verification process, though specific criteria are not documented in the available metadata.

Do I need an API key to connect?

No API key requirement is mentioned; the server is accessible via the public streamable-http endpoint.

Can I use this with Claude or Cursor directly?

Yes, any MCP-compatible client that supports streamable-http transport can connect to this server.

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →