← hermesplant.com
INDIVIDUAL MCP TOOL
freetier_status
Check a free API key's remaining monthly quota, reset date, and upgrade path.
LIVE ENDPOINT
https://mcp.hermesplant.com/mcp
Connect to this endpoint to inspect the live schema for freetier_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.hermes-plant]
url = "https://mcp.hermesplant.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hermes-plant": {
"type": "http",
"url": "https://mcp.hermesplant.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hermes-plant
Remote MCP URL: https://mcp.hermesplant.com/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": {
"hermes-plant": {
"url": "https://mcp.hermesplant.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hermes-plant": {
"type": "http",
"url": "https://mcp.hermesplant.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hermes-plant",
"transport": "streamable-http",
"url": "https://mcp.hermesplant.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_products— List active products from the Hermes Plant catalogget_product— Get a single product by slugget_checkout_policies— Return legal policy URLs required before checkoutget_x402_manifest— Return the live x402 manifest with paid endpoint prices, Bazaar metadata, and buyer policy checksstart_checkout— Start a Stripe checkout session for a product slugpurchase_with_x402— Purchase a one-time product via x402 (returns 402 challenge or fulfillment JSON).action_safety_quick_gate— AI agent action safety quick gate ($0.01 over x402 or free-tier quota).action_safety_run— Complete AI agent action safety workflow ($0.25 over x402 or free-tier quota): DestructGuard evidence, conditional ReviewQueue triage for high or critical risk, an honest decision, signed receipt, and 30-day status record.