← agenticterminal.ai
INDIVIDUAL MCP TOOL
list_categories
List the category taxonomy with merchant counts.
LIVE ENDPOINT
https://mcp.agenticterminal.ai/mcp
Connect to this endpoint to inspect the live schema for list_categories and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.at-directory]
url = "https://mcp.agenticterminal.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"at-directory": {
"type": "http",
"url": "https://mcp.agenticterminal.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: at-directory
Remote MCP URL: https://mcp.agenticterminal.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"at-directory": {
"url": "https://mcp.agenticterminal.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"at-directory": {
"type": "http",
"url": "https://mcp.agenticterminal.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "at-directory",
"transport": "streamable-http",
"url": "https://mcp.agenticterminal.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_merchants— Search OP-verified merchants by rail, chain, category, agent-callable tier, trust tier, and free text.get_merchant— Get the full record for one merchant including all rails, payment endpoints, and OP attestation.verify_payment_endpoint— Run a live check against a merchant's declared payment endpoint for a rail.list_rails— List supported payment rails and their current merchant counts.whoami— Report the resolved credential state and rate limits for the calling agent.