Install in Your AI Client
Connect Hive to Grok
Connect Grok directly to Hive as a custom MCP connector. Enter Hive's public endpoint at grok.com/connectors, complete browser authorization, and let Grok discover the due-diligence tools exposed by the server.
Compatibility
xAI documents Custom MCP connectors for Grok. The setup accepts a publicly reachable MCP server URL and completes any required authentication before discovering tools.
- xAI documents connectors as available to all Grok users through
grok.com/connectors. - An organization policy may still hide or restrict Custom connectors; ask its admin to allow Hive if the option is unavailable.
- Hive uses Streamable HTTP and OAuth discovery at
https://mcp.hiveintelligence.xyz/mcp.
Source: xAI Connectors documentation, last updated by xAI on June 14, 2026.
Add Hive to Grok
- Open
grok.com/connectors. - Select New Connector.
- Choose Custom.
- Enter the following server URL:
https://mcp.hiveintelligence.xyz/mcp- Continue and complete the Hive authorization screen in your browser.
- Return to Grok and confirm that the Hive tools were discovered.
The connector setup contains only the public MCP URL. Do not append an API key to the URL or paste one into a prompt.
Grok CLI
xAI's Grok CLI also supports remote Streamable HTTP servers and opens OAuth on first use:
grok mcp add --transport http hive https://mcp.hiveintelligence.xyz/mcp
grok mcp doctor hiveUse grok mcp list to confirm that Hive is registered. The CLI stores OAuth credentials outside the project configuration. Source: xAI MCP Servers documentation.
Verify the connection
Start a new Grok conversation with a bounded diligence request:
"Use Hive to assess this token before further research. Show the security findings, liquidity evidence, source providers, freshness, and runtime status. Return pass, block, or escalate."
Confirm that Grok shows a Hive tool call and that the answer preserves source, freshness, and runtime information from the result. A fluent answer without a Hive tool call is not proof that the connector ran.
Headless xAI API alternative
For a server-side Grok agent, xAI also documents function calling. Define a narrow function in your application, validate its arguments, call Hive REST with a server-side HIVE_API_KEY, and return the bounded result to Grok. This is an application integration, not the connector flow above.
Use this path when you need your own allowlist, audit log, caching, or rate limits. See xAI Function Calling and Hive's REST API guide.
Troubleshooting
Grok cannot reach the server. Confirm the URL is exactly https://mcp.hiveintelligence.xyz/mcp. Localhost URLs require tunneling; Hive's hosted URL is already public.
No authorization window opens. Remove the draft connector, create it again, and make sure pop-ups are allowed for Grok. Check Hive status before retrying.
The connector option is controlled by your organization. Ask its admin to allow Hive through connector management.
Tools are missing. Refresh the connector after authorization. Hive keeps the root tool list compact; the agent uses search_tools, schema lookup, and bounded invocation to reach the wider catalog.
Next steps
- Live playground: verify a read-only workflow without an account.
- Compatible MCP clients: understand the standards-based setup contract.
- MCP security: review consent, tool scope, and prompt-injection boundaries.