← Registry

Security & Testing

hiveagentiq.com

Resolves Decentralized Identifiers (DIDs) to retrieve public profiles, trust scores, attestations, and audit logs.

40 endpoints76 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://hive-mcp-identity.onrender.com/mcp

No auth detected

MCP server metadata

Name
hive-mcp-identity
Version
1.0.0
Capabilities
tools

Known tools 4

resolve_did

Resolve a DID to its public profile: display name, verification methods, service endpoints, and Hive trust metadata.

Inferred read-only
get_trust_score

Retrieve the Hive trust score (0-100) for a DID.

Inferred read-only
verify_attestation

Verify whether a specific attestation (by hash) was issued to a DID and is currently valid.

Inferred read-only
list_attestations

List all attestations associated with a DID — issued, received, and expired.

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

No auth detected

MCP server metadata

Name
hive-mcp-morph
Version
1.0.0
Capabilities
tools

Known tools 14

morph_audit_recent

Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue.

Inferred read-only
morph_get_identity

Look up a Morph Identity Index (MII) record.

Inferred read-only
morph_list_supermodels

List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline.

Inferred read-only
morph_get_supermodel

Fetch a single supermodel by name or id (e.

Inferred read-only
morph_carousel

Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.

Inferred read-only
morph_brood_pending_approvals

List brood variants currently awaiting human/operator approval before promotion.

Inferred read-only
morph_brood_conversion

Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.

Inferred read-only
morph_brood_all

List all brood variants across every supermodel.

Inferred read-only
morph_brood_conversion_leaderboard

Conversion leaderboard across all brood variants ranked by settle rate × revenue.

Inferred read-only
morph_brood_for_supermodel

List brood variants for a specific supermodel (e.

Inferred read-only
morph_spawn_monitor_scan

Run the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation.

Inferred read-only
morph_money_flavor_probe

Probe 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-only
morph_money_flavor_stats

Rolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, plus arb/refused/non-USDC ratios.

Inferred read-only
morph_auto_cull_scan

Run the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation.

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

No auth detected

MCP server metadata

Name
hive-mcp-oracle
Version
1.0.0
Capabilities
tools

Known tools 4

list_feeds

List all available oracle data feeds: price feeds, off-chain event feeds, and index feeds.

Inferred read-only
get_price

Fetch a cryptographically signed price quote for a given symbol.

Inferred read-only
subscribe

Subscribe to threshold-triggered oracle notifications for a symbol.

Inferred read-only
verify_signature

Verify the cryptographic signature on an oracle quote.

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

No auth detected

MCP server metadata

Name
hive-swap-router-federation
Version
2.2.0
Capabilities
tools

Known tools 1

swap_route.quote

Get a read-only Paraswap price quote on Base.

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

No auth detected

MCP server metadata

Name
hivevault-mcp
Version
1.1.0
Capabilities
toolspromptsresources

Known tools 4

vault.balance

Read the HiveVault Base USDC display balance view.

Inferred read-only
vault.stats

Read live HiveVault service statistics.

Inferred read-only
vault.identity

Read the live HiveVault service identity document.

Inferred read-only
vault.quantum_pubkey

Read the quantum-signature public key and algorithm metadata published by HiveVault.

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

No auth detected

MCP server metadata

Name
hive-mcp-zk-attestation
Version
0.1.1
Capabilities
tools

Known tools 8

zk_attest_agent_state

Produce a zero-knowledge attestation of an agent state hash + DID.

Inferred read-only
zk_verify_proof

Verify a submitted attestation against a known verification key.

Inferred read-only
zk_anchor_to_base

Write an attestation commitment (32-byte hash) to Base via the Hive gateway.

Potential side effects
zk_list_circuits

Enumerate supported circuits and verification key fingerprints.

Inferred read-only
zk_query_attestation

Fetch a previously-anchored attestation by Base transaction hash.

Inferred read-only
hive_earn_register

Register an agent for the Hive Civilization attribution payout program.

Inferred read-only
hive_earn_me

Look up the caller agent's registered earn profile, lifetime + pending USDC balance, last payout tx hash, and next-payout ETA.

Inferred read-only
hive_earn_leaderboard

Top earning agents on the Hive Civilization, by attribution payout in USDC.

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

No auth detected

MCP server metadata

Name
hivebank
Version
1.0.0
Capabilities
tools

Known tools 5

hivebank_create_vault

Create a yield-bearing USDC vault for an autonomous agent.

Potential side effects
hivebank_deposit

Deposit USDC into an agent vault.

Inferred read-only
hivebank_create_stream

Create a programmable per-second payment stream between two agents.

Potential side effects
hivebank_get_balance

Get vault balance, yield earned, and deposit history for an agent vault.

Inferred read-only
hivebank_get_stats

Get treasury-wide statistics: total vaults, deposits, active streams, yield generated, and streamed volume.

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

No auth detected

MCP server metadata

Name
hiveclear
Version
1.0.0
Capabilities
tools

Known tools 4

hiveclear_submit_settlement

Submit a settlement for multi-party validator consensus.

Inferred read-only
hiveclear_get_status

Get the current status of a settlement by its ID, including vote breakdown from validators.

Inferred read-only
hiveclear_get_stats

Get clearing network statistics: settlement volume today, fees collected today, consensus approval rate, and total settlement count.

Inferred read-only
hiveclear_list_validators

List all active validators in the consensus network with their voting power, bond amount, uptime, and earnings.

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

No auth detected

MCP server metadata

Name
hiveconsult
Version
1.1.0
Capabilities
toolsresourcespromptsconfigSchema.typeconfigSchema.properties.did.typeconfigSchema.properties.did.descriptionconfigSchema.properties.reasoning_depth.typeconfigSchema.properties.reasoning_depth.enumconfigSchema.properties.reasoning_depth.defaultconfigSchema.properties.reasoning_depth.descriptionconfigSchema.properties.domain.typeconfigSchema.properties.domain.descriptionconfigSchema.required

Known tools 4

hiveconsult_reason

Submit a question or problem for structured chain-of-thought reasoning.

Inferred read-only
hiveconsult_analyze

Analyze data for trends, anomalies, forecasts, or comparisons.

Inferred read-only
hiveconsult_decide

Decision support: rank options against weighted criteria.

Inferred read-only
hiveconsult_review

Review code, contracts, documents, or strategies.

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

No auth detected

MCP server metadata

Name
hive-civilization
Version
1.0.0
Capabilities
toolsresourcespromptsconfigSchema.typeconfigSchema.properties.apiKey.typeconfigSchema.properties.apiKey.descriptionconfigSchema.properties.did.typeconfigSchema.properties.did.descriptionconfigSchema.properties.defaultRail.typeconfigSchema.properties.defaultRail.enumconfigSchema.properties.defaultRail.defaultconfigSchema.properties.defaultRail.descriptionconfigSchema.properties.referral_did.typeconfigSchema.properties.referral_did.descriptionconfigSchema.required

Known tools 4

hivegate_register_guest

Register an external agent with a Guest DID on HiveGate.

Inferred read-only
hivegate_translate_intent

Translate a framework-specific intent to Hive-native format.

Inferred read-only
hivegate_execute

Execute a cross-ecosystem transaction through HiveGate.

Potential side effects
hivegate_bridge_trust

Map external agent reputation to Hive trust score.

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

No auth detected

MCP server metadata

Name
hivetrust
Version
1.0.0
Capabilities
toolspromptsresources
Server instructions

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_agent

Register a new AI agent identity with HiveTrust KYA (Know Your Agent).

Inferred read-only
hivetrust_get_agent

Retrieve a registered agent's full identity profile, including public key, checksum, trust tier, capabilities, and compliance status.

Inferred read-only
hivetrust_verify_identity

Verify an agent's cryptographic identity by checking public key ownership and checksum integrity.

Inferred read-only
hivetrust_get_trust_score

Retrieve an agent's current multi-pillar trust score (0–1000 scale).

Inferred read-only
hivetrust_verify_agent_risk

Quick risk assessment for payment processors and marketplace operators.

Potential side effects
hivetrust_ingest_telemetry

Bulk ingest behavioral telemetry events for an agent.

Inferred read-only
hivetrust_issue_credential

Issue a W3C-compatible verifiable credential to an agent.

Inferred read-only
hivetrust_verify_credential

Verify a previously issued verifiable credential.

Inferred read-only
hivetrust_revoke_credential

Revoke a verifiable credential.

Inferred read-only
hivetrust_get_insurance_quote

Get a dynamic insurance premium quote for an agent transaction.

Inferred read-only
hivetrust_bind_insurance

Bind (activate) an insurance policy for an agent.

Inferred read-only
hivetrust_file_claim

File an insurance claim against an active policy.

Inferred read-only
hivetrust_file_dispute

File a dispute or appeal against a trust score decision, credential revocation, or behavioral event.

Inferred read-only
hivetrust_get_platform_stats

Retrieve HiveTrust platform-wide statistics: total registered agents, verified count, average trust score, total insured value, active policies, claims filed, and more.

Inferred read-only
hivetrust_create_lease

Create a Data Oracle Context Lease — "Sign Once, Settle Many".

Potential side effects
hivetrust_stake_bond

Stake USDC to back an agent's reputation via HiveBond.

Inferred read-only
hivetrust_verify_bond

Quick bond verification — check if an agent is bonded and at what tier.

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

MCP server metadata

Name
hive-mcp-dispute
Version
1.0.0
Capabilities
tools

Known tools 4

dispute_check

Given a counterparty address + chain, return public dispute history, active arbitration cases, and on-chain reversal-pattern flags.

Inferred read-only
dispute_providers

List available third-party arbitration protocols (Kleros, UMA Optimistic Oracle, Reality.

Inferred read-only
dispute_route

Given a case description, disputed amount in USD, and optional jurisdiction preference, return ranked arbitration provider options.

Inferred read-only
dispute_today

24-hour rollup: flagged-counterparty count + top arbitration providers by active case load.

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

MCP server metadata

Name
hive-mcp-insurance-broker
Version
1.0.0
Capabilities
tools

Known tools 3

insurance_products

List all available coverage products across providers (Nexus Mutual, Sherlock, Risk Harbor, InsurAce).

Inferred read-only
insurance_quote

Route a quote request to one or all underwriters.

Inferred read-only
insurance_today

24-hour rollup: total listing count + top providers by capacity.

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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

No auth detected

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.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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