← agenthermes.ai
INDIVIDUAL MCP TOOL
discover_businesses
Search businesses by capability, vertical, tier, or price range.
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 endpoint
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.agenthermes-ai]
url = "https://agenthermes.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenthermes-ai": {
"type": "http",
"url": "https://agenthermes.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenthermes-ai
Remote MCP URL: https://agenthermes.ai/api/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": {
"agenthermes-ai": {
"url": "https://agenthermes.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenthermes-ai": {
"type": "http",
"url": "https://agenthermes.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenthermes-ai",
"transport": "streamable-http",
"url": "https://agenthermes.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_profile— Get full business profile by slug.get_business_manifest— Get machine-readable manifest for a business (services, pricing, auth, readiness).run_audit— Trigger an agent-readiness audit on a URL.check_wallet_balance— Check a business's wallet balance.initiate_payment— Start a wallet-to-wallet payment between two businesses.verify_hermes_json— Verify a .well-known/agent-hermes.json file — checks HMAC signature, score accuracy, and certification status.list_gateway_services— List all services available through the AgentHermes gateway.call_service— Execute an API call through the AgentHermes gateway.