← Registry

API Tools

agenthermes.ai

Provides an API to discover, profile, and audit businesses for integration.

1 endpoint14 known toolsFirst detected May 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://agenthermes.ai/api/mcp

No auth detected

MCP server metadata

Name
agenthermes
Version
0.1.0
Capabilities
toolsresourcesprompts

Known tools 14

discover_businesses

Search businesses by capability, vertical, tier, or price range.

Inferred read-only
get_business_profile

Get full business profile by slug.

Inferred read-only
get_business_manifest

Get machine-readable manifest for a business (services, pricing, auth, readiness).

Inferred read-only
run_audit

Trigger an agent-readiness audit on a URL.

Inferred read-only
check_wallet_balance

Check a business's wallet balance.

Inferred read-only
initiate_payment

Start a wallet-to-wallet payment between two businesses.

Potential side effects
verify_hermes_json

Verify a .well-known/agent-hermes.json file — checks HMAC signature, score accuracy, and certification status.

Inferred read-only
list_gateway_services

List all services available through the AgentHermes gateway.

Inferred read-only
call_service

Execute an API call through the AgentHermes gateway.

Potential side effects
get_service_actions

Get available actions for a specific gateway service, including costs and parameter schemas.

Inferred read-only
gateway_openai_chat_completion

[Gateway] OpenAI: Generate text with GPT-4 or GPT-3.5.

Inferred read-only
gateway_openai_embedding

[Gateway] OpenAI: Generate text embeddings.

Inferred read-only
gateway_openai_image_generation

[Gateway] OpenAI: Generate images with DALL-E.

Inferred read-only
gateway_supabase_query_query_table

[Gateway] Supabase Query: Query the businesses table.

Inferred read-only

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]
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.

Trust status Neutral

agenthermes.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.