API Tools
agenthermes.ai
Provides an API to discover, profile, and audit businesses for integration.
ENDPOINT 1
https://agenthermes.ai/api/mcp
MCP server metadata
- Name
- agenthermes
- Version
- 0.1.0
Known tools 14
discover_businessesSearch businesses by capability, vertical, tier, or price range.
Inferred read-onlyget_business_manifestGet machine-readable manifest for a business (services, pricing, auth, readiness).
Inferred read-onlyverify_hermes_jsonVerify a .well-known/agent-hermes.json file — checks HMAC signature, score accuracy, and certification status.
Inferred read-onlyget_service_actionsGet available actions for a specific gateway service, including costs and parameter schemas.
Inferred read-onlygateway_openai_chat_completion[Gateway] OpenAI: Generate text with GPT-4 or GPT-3.5.
Inferred read-onlygateway_supabase_query_query_table[Gateway] Supabase Query: Query the businesses table.
Inferred read-onlyCONNECT 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]
url = "https://agenthermes.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenthermes": {
"type": "http",
"url": "https://agenthermes.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenthermes
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": {
"url": "https://agenthermes.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenthermes": {
"type": "http",
"url": "https://agenthermes.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenthermes",
"transport": "streamable-http",
"url": "https://agenthermes.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agenthermes.ai was fetched 2026-08-25T17:47:07.422Z and is being refreshed.
agenthermes.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.