Security & Testing
hiveagentiq.com
Resolves Decentralized Identifiers (DIDs) to retrieve public profiles, trust scores, attestations, and audit logs.
ENDPOINT 1
https://hive-mcp-identity.onrender.com/mcp
MCP server metadata
- Name
- hive-mcp-identity
- Version
- 1.0.0
Known tools 4
resolve_didResolve a DID to its public profile: display name, verification methods, service endpoints, and Hive trust metadata.
Inferred read-onlyverify_attestationVerify whether a specific attestation (by hash) was issued to a DID and is currently valid.
Inferred read-onlylist_attestationsList all attestations associated with a DID — issued, received, and expired.
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.hive-mcp-identity]
url = "https://hive-mcp-identity.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-identity": {
"type": "http",
"url": "https://hive-mcp-identity.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-identity
Remote MCP URL: https://hive-mcp-identity.onrender.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": {
"hive-mcp-identity": {
"url": "https://hive-mcp-identity.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-identity": {
"type": "http",
"url": "https://hive-mcp-identity.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-identity",
"transport": "streamable-http",
"url": "https://hive-mcp-identity.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://hive-mcp-morph.onrender.com/mcp
MCP server metadata
- Name
- hive-mcp-morph
- Version
- 1.0.0
Known tools 14
morph_audit_recentRead recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue.
Inferred read-onlymorph_list_supermodelsList all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline.
Inferred read-onlymorph_carouselRead the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.
Inferred read-onlymorph_brood_pending_approvalsList brood variants currently awaiting human/operator approval before promotion.
Inferred read-onlymorph_brood_conversionPer-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.
Inferred read-onlymorph_brood_conversion_leaderboardConversion leaderboard across all brood variants ranked by settle rate × revenue.
Inferred read-onlymorph_spawn_monitor_scanRun the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation.
Inferred read-onlymorph_money_flavor_probeProbe the money-flavor classifier on the most recent settlement window: asset class histogram, chain class histogram, flow class histogram, arb-high count, refused count, non-USDC share.
Inferred read-onlymorph_money_flavor_statsRolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, plus arb/refused/non-USDC ratios.
Inferred read-onlymorph_auto_cull_scanRun the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation.
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.hive-mcp-morph]
url = "https://hive-mcp-morph.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-morph": {
"type": "http",
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-morph
Remote MCP URL: https://hive-mcp-morph.onrender.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": {
"hive-mcp-morph": {
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-morph": {
"type": "http",
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-morph",
"transport": "streamable-http",
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://hive-mcp-oracle.onrender.com/mcp
MCP server metadata
- Name
- hive-mcp-oracle
- Version
- 1.0.0
Known tools 4
list_feedsList all available oracle data feeds: price feeds, off-chain event feeds, and index feeds.
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.hive-mcp-oracle]
url = "https://hive-mcp-oracle.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-oracle": {
"type": "http",
"url": "https://hive-mcp-oracle.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-oracle
Remote MCP URL: https://hive-mcp-oracle.onrender.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": {
"hive-mcp-oracle": {
"url": "https://hive-mcp-oracle.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-oracle": {
"type": "http",
"url": "https://hive-mcp-oracle.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-oracle",
"transport": "streamable-http",
"url": "https://hive-mcp-oracle.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://hive-mcp-swap.onrender.com/mcp
MCP server metadata
- Name
- hive-swap-router-federation
- Version
- 2.2.0
Known tools 1
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.hive-swap-router-federation]
url = "https://hive-mcp-swap.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-swap-router-federation": {
"type": "http",
"url": "https://hive-mcp-swap.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-swap-router-federation
Remote MCP URL: https://hive-mcp-swap.onrender.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": {
"hive-swap-router-federation": {
"url": "https://hive-mcp-swap.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-swap-router-federation": {
"type": "http",
"url": "https://hive-mcp-swap.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-swap-router-federation",
"transport": "streamable-http",
"url": "https://hive-mcp-swap.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://hive-mcp-vault.onrender.com/mcp
MCP server metadata
- Name
- hivevault-mcp
- Version
- 1.1.0
Known tools 4
vault.quantum_pubkeyRead the quantum-signature public key and algorithm metadata published by HiveVault.
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.hivevault-mcp]
url = "https://hive-mcp-vault.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hivevault-mcp": {
"type": "http",
"url": "https://hive-mcp-vault.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hivevault-mcp
Remote MCP URL: https://hive-mcp-vault.onrender.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": {
"hivevault-mcp": {
"url": "https://hive-mcp-vault.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hivevault-mcp": {
"type": "http",
"url": "https://hive-mcp-vault.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hivevault-mcp",
"transport": "streamable-http",
"url": "https://hive-mcp-vault.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://hive-mcp-zk-attestation.onrender.com/mcp
MCP server metadata
- Name
- hive-mcp-zk-attestation
- Version
- 0.1.1
Known tools 8
zk_attest_agent_stateProduce a zero-knowledge attestation of an agent state hash + DID.
Inferred read-onlyzk_anchor_to_baseWrite an attestation commitment (32-byte hash) to Base via the Hive gateway.
Potential side effectszk_query_attestationFetch a previously-anchored attestation by Base transaction hash.
Inferred read-onlyhive_earn_registerRegister an agent for the Hive Civilization attribution payout program.
Inferred read-onlyhive_earn_meLook up the caller agent's registered earn profile, lifetime + pending USDC balance, last payout tx hash, and next-payout ETA.
Inferred read-onlyhive_earn_leaderboardTop earning agents on the Hive Civilization, by attribution payout in USDC.
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.hive-mcp-zk-attestation]
url = "https://hive-mcp-zk-attestation.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-zk-attestation": {
"type": "http",
"url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-zk-attestation
Remote MCP URL: https://hive-mcp-zk-attestation.onrender.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": {
"hive-mcp-zk-attestation": {
"url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-zk-attestation": {
"type": "http",
"url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-zk-attestation",
"transport": "streamable-http",
"url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://hivebank.onrender.com/mcp
MCP server metadata
- Name
- hivebank
- Version
- 1.0.0
Known tools 5
hivebank_create_vaultCreate a yield-bearing USDC vault for an autonomous agent.
Potential side effectshivebank_create_streamCreate a programmable per-second payment stream between two agents.
Potential side effectshivebank_get_balanceGet vault balance, yield earned, and deposit history for an agent vault.
Inferred read-onlyhivebank_get_statsGet treasury-wide statistics: total vaults, deposits, active streams, yield generated, and streamed volume.
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.hivebank]
url = "https://hivebank.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hivebank": {
"type": "http",
"url": "https://hivebank.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hivebank
Remote MCP URL: https://hivebank.onrender.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": {
"hivebank": {
"url": "https://hivebank.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hivebank": {
"type": "http",
"url": "https://hivebank.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hivebank",
"transport": "streamable-http",
"url": "https://hivebank.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://hiveclear.onrender.com/mcp
MCP server metadata
- Name
- hiveclear
- Version
- 1.0.0
Known tools 4
hiveclear_submit_settlementSubmit a settlement for multi-party validator consensus.
Inferred read-onlyhiveclear_get_statusGet the current status of a settlement by its ID, including vote breakdown from validators.
Inferred read-onlyhiveclear_get_statsGet clearing network statistics: settlement volume today, fees collected today, consensus approval rate, and total settlement count.
Inferred read-onlyhiveclear_list_validatorsList all active validators in the consensus network with their voting power, bond amount, uptime, and earnings.
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.hiveclear]
url = "https://hiveclear.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveclear": {
"type": "http",
"url": "https://hiveclear.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveclear
Remote MCP URL: https://hiveclear.onrender.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": {
"hiveclear": {
"url": "https://hiveclear.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveclear": {
"type": "http",
"url": "https://hiveclear.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveclear",
"transport": "streamable-http",
"url": "https://hiveclear.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://hiveconsult.onrender.com/mcp
MCP server metadata
- Name
- hiveconsult
- Version
- 1.1.0
Known tools 4
hiveconsult_reasonSubmit a question or problem for structured chain-of-thought reasoning.
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.hiveconsult]
url = "https://hiveconsult.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveconsult": {
"type": "http",
"url": "https://hiveconsult.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveconsult
Remote MCP URL: https://hiveconsult.onrender.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": {
"hiveconsult": {
"url": "https://hiveconsult.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveconsult": {
"type": "http",
"url": "https://hiveconsult.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveconsult",
"transport": "streamable-http",
"url": "https://hiveconsult.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://hivegate.onrender.com/mcp
MCP server metadata
- Name
- hive-civilization
- Version
- 1.0.0
Known tools 4
hivegate_translate_intentTranslate a framework-specific intent to Hive-native format.
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.hive-civilization]
url = "https://hivegate.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-civilization": {
"type": "http",
"url": "https://hivegate.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-civilization
Remote MCP URL: https://hivegate.onrender.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": {
"hive-civilization": {
"url": "https://hivegate.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-civilization": {
"type": "http",
"url": "https://hivegate.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-civilization",
"transport": "streamable-http",
"url": "https://hivegate.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 11
https://hivetrust.onrender.com/mcp
MCP server metadata
- Name
- hivetrust
- Version
- 1.0.0
HiveTrust — KYA identity, trust scoring, performance bonds, and insurance for autonomous AI agents. tools/list is public; tools/call for write operations requires a registered Hive DID via X-API-Key or Authorization: Bearer did:hive:* header. Register free at https://hiveforge-lhu4.onrender.com/v1/forge/mint
Known tools 17
hivetrust_register_agentRegister a new AI agent identity with HiveTrust KYA (Know Your Agent).
Inferred read-onlyhivetrust_get_agentRetrieve a registered agent's full identity profile, including public key, checksum, trust tier, capabilities, and compliance status.
Inferred read-onlyhivetrust_verify_identityVerify an agent's cryptographic identity by checking public key ownership and checksum integrity.
Inferred read-onlyhivetrust_get_trust_scoreRetrieve an agent's current multi-pillar trust score (0–1000 scale).
Inferred read-onlyhivetrust_verify_agent_riskQuick risk assessment for payment processors and marketplace operators.
Potential side effectshivetrust_issue_credentialIssue a W3C-compatible verifiable credential to an agent.
Inferred read-onlyhivetrust_get_insurance_quoteGet a dynamic insurance premium quote for an agent transaction.
Inferred read-onlyhivetrust_file_disputeFile a dispute or appeal against a trust score decision, credential revocation, or behavioral event.
Inferred read-onlyhivetrust_get_platform_statsRetrieve HiveTrust platform-wide statistics: total registered agents, verified count, average trust score, total insured value, active policies, claims filed, and more.
Inferred read-onlyhivetrust_create_leaseCreate a Data Oracle Context Lease — "Sign Once, Settle Many".
Potential side effectshivetrust_verify_bondQuick bond verification — check if an agent is bonded and at what tier.
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.hivetrust]
url = "https://hivetrust.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hivetrust": {
"type": "http",
"url": "https://hivetrust.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hivetrust
Remote MCP URL: https://hivetrust.onrender.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": {
"hivetrust": {
"url": "https://hivetrust.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hivetrust": {
"type": "http",
"url": "https://hivetrust.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hivetrust",
"transport": "streamable-http",
"url": "https://hivetrust.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 12
https://hive-execute.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-execute.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-execute.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-execute.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-execute.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-execute.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-execute.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 13
https://hive-mcp-abtest.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-abtest.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-abtest.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-abtest.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-abtest.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-abtest.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-abtest.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 14
https://hive-mcp-agent-kyc.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-agent-kyc.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-agent-kyc.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-agent-kyc.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-agent-kyc.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-agent-kyc.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-agent-kyc.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 15
https://hive-mcp-agent-quota.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-agent-quota.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-agent-quota.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-agent-quota.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-agent-quota.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-agent-quota.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-agent-quota.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 16
https://hive-mcp-agent-storage.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-agent-storage.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-agent-storage.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-agent-storage.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-agent-storage.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-agent-storage.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-agent-storage.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 17
https://hive-mcp-aml-screen.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-aml-screen.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-aml-screen.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-aml-screen.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-aml-screen.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-aml-screen.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-aml-screen.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 18
https://hive-mcp-auction.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-auction.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-auction.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-auction.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-auction.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-auction.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-auction.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 19
https://hive-mcp-backup.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-backup.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-backup.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-backup.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-backup.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-backup.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-backup.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 20
https://hive-mcp-barter.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-barter.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-barter.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-barter.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-barter.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-barter.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-barter.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 21
https://hive-mcp-cdn.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-cdn.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-cdn.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-cdn.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-cdn.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-cdn.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-cdn.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 22
https://hive-mcp-credit.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-credit.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-credit.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-credit.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-credit.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-credit.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-credit.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 23
https://hive-mcp-gateway.onrender.com/dispute/mcp
MCP server metadata
- Name
- hive-mcp-dispute
- Version
- 1.0.0
Known tools 4
dispute_checkGiven a counterparty address + chain, return public dispute history, active arbitration cases, and on-chain reversal-pattern flags.
Inferred read-onlydispute_providersList available third-party arbitration protocols (Kleros, UMA Optimistic Oracle, Reality.
Inferred read-onlydispute_routeGiven a case description, disputed amount in USD, and optional jurisdiction preference, return ranked arbitration provider options.
Inferred read-onlydispute_today24-hour rollup: flagged-counterparty count + top arbitration providers by active case load.
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.hive-mcp-dispute]
url = "https://hive-mcp-gateway.onrender.com/dispute/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-dispute": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-dispute
Remote MCP URL: https://hive-mcp-gateway.onrender.com/dispute/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": {
"hive-mcp-dispute": {
"url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-dispute": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-dispute",
"transport": "streamable-http",
"url": "https://hive-mcp-gateway.onrender.com/dispute/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 24
https://hive-mcp-escrow.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-escrow.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-escrow.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-escrow.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-escrow.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-escrow.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-escrow.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 25
https://hive-mcp-exchange.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-exchange.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-exchange.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 26
https://hive-mcp-flag.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-flag.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-flag.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-flag.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-flag.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-flag.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-flag.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 27
https://hive-mcp-insurance.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-insurance.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-insurance.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-insurance.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-insurance.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-insurance.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-insurance.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 28
https://hive-mcp-gateway.onrender.com/insurance-broker/mcp
MCP server metadata
- Name
- hive-mcp-insurance-broker
- Version
- 1.0.0
Known tools 3
insurance_productsList all available coverage products across providers (Nexus Mutual, Sherlock, Risk Harbor, InsurAce).
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.hive-mcp-insurance-broker]
url = "https://hive-mcp-gateway.onrender.com/insurance-broker/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-insurance-broker": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/insurance-broker/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-insurance-broker
Remote MCP URL: https://hive-mcp-gateway.onrender.com/insurance-broker/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": {
"hive-mcp-insurance-broker": {
"url": "https://hive-mcp-gateway.onrender.com/insurance-broker/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-insurance-broker": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/insurance-broker/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-insurance-broker",
"transport": "streamable-http",
"url": "https://hive-mcp-gateway.onrender.com/insurance-broker/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 29
https://hive-mcp-log.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-log.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-log.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-log.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-log.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-log.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-log.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 30
https://hive-mcp-mos.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-mos.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-mos.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-mos.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-mos.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-mos.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-mos.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 31
https://hive-mcp-secrets.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-secrets.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-secrets.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-secrets.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-secrets.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-secrets.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-secrets.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 32
https://hive-mcp-sla-monitor.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-sla-monitor.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-sla-monitor.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-sla-monitor.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-sla-monitor.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-sla-monitor.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-sla-monitor.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 33
https://hive-mcp-tax-observer.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hive-mcp-tax-observer.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-tax-observer.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hive-mcp-tax-observer.onrender.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": {
"hiveagentiq-com": {
"url": "https://hive-mcp-tax-observer.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hive-mcp-tax-observer.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hive-mcp-tax-observer.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 34
https://hiveconsciousness.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hiveconsciousness.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hiveconsciousness.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hiveconsciousness.onrender.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": {
"hiveagentiq-com": {
"url": "https://hiveconsciousness.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hiveconsciousness.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hiveconsciousness.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 35
https://hiveecho.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hiveecho.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hiveecho.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hiveecho.onrender.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": {
"hiveagentiq-com": {
"url": "https://hiveecho.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hiveecho.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hiveecho.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 36
https://hiveforge-lhu4.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hiveforge-lhu4.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hiveforge-lhu4.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hiveforge-lhu4.onrender.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": {
"hiveagentiq-com": {
"url": "https://hiveforge-lhu4.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hiveforge-lhu4.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hiveforge-lhu4.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 37
https://hivelaw.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hivelaw.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hivelaw.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hivelaw.onrender.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": {
"hiveagentiq-com": {
"url": "https://hivelaw.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hivelaw.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hivelaw.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 38
https://hivemind-1-52cw.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hivemind-1-52cw.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hivemind-1-52cw.onrender.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": {
"hiveagentiq-com": {
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hivemind-1-52cw.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 39
https://hivepulse-y7li.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://hivepulse-y7li.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://hivepulse-y7li.onrender.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": {
"hiveagentiq-com": {
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://hivepulse-y7li.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 40
https://simpson-strong-agent.onrender.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.hiveagentiq-com]
url = "https://simpson-strong-agent.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hiveagentiq-com
Remote MCP URL: https://simpson-strong-agent.onrender.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": {
"hiveagentiq-com": {
"url": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hiveagentiq-com": {
"type": "http",
"url": "https://simpson-strong-agent.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hiveagentiq-com",
"transport": "streamable-http",
"url": "https://simpson-strong-agent.onrender.com/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 onrender.com was fetched 2026-08-26T09:29:14.059Z.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.