← hergertsynthora.com

INDIVIDUAL MCP TOOL

crypto_price

Crypto price + history (CoinGecko).

hergertsynthora.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.hergertsynthora.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for crypto_price 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

hergertsynthora.com

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.synthora-x402]
url = "https://mcp.hergertsynthora.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synthora-x402": {
      "type": "http",
      "url": "https://mcp.hergertsynthora.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synthora-x402
Remote MCP URL: https://mcp.hergertsynthora.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": {
    "synthora-x402": {
      "url": "https://mcp.hergertsynthora.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synthora-x402": {
      "type": "http",
      "url": "https://mcp.hergertsynthora.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synthora-x402",
  "transport": "streamable-http",
  "url": "https://mcp.hergertsynthora.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • agent_pretrade_safety — Pre-execution risk verdict (SAFE/CAUTION/BLOCK) for payment/DeFi agents BEFORE they transact: OFAC/UN/EU/UK sanctions screening + stablecoin peg deviation (bps vs $1) + counterparty on-chain signal, in one Ed25519-signed attestation.
  • aml_ofac_wallet_screen — Screen a wallet/entity against OFAC/UN/EU/UK sanctions & AML lists; signed verdict.
  • address_risk_score — Risk score & flags for an EVM address (exposure, mixers, sanctions).
  • contract_safety_check — On-chain contract safety: honeypot/rug/hidden-mint/owner-privileges verdict.
  • onchain_wallet_balance — Native token balance of an EVM address on Base.
  • fed_funds_rate — Daily Effective Federal Funds Rate + FOMC target range (NY Fed).
  • us_treasury_debt — US Treasury total public debt to the penny.
  • gas_oracle — Multichain gas-price oracle.