Hive Intelligence MCP is now LivePower your AI workflows with blockchain intelligence.
Get startedThe Crypto MCP for Intelligent
AI Agents
Give any AI agent native blockchain capabilities through our Model Context Protocol server. Hive is the open standard that lets AI agents speak blockchain.
query.py
app.py
import anthropic
client = anthropic.Anthropic()
response = client.beta.messages.create(
model="claude-sonnet-4-20250514",
max_tokens=1000,
messages=[{
"role": "user",
"content": "What's the price of ETH?"
}],
mcp_servers=[{
"type": "url",
"url": "https://hiveintelligence.xyz/mcp",
"name": "Hive"
}],
betas=["mcp-client-2025-04-04"]
)
Integrate Hive Intelligence with leading platforms for instant onchain intelligence. learn More