Back

Space and Time Agent
Verified
This agent can analyze blockchain data by executing SQL queries from natural language using Space and Time, a database with ZK proofs.
Tags
Onchain Data
Tools (1)
generate_and_execute_sql
Use this to analyze blockchain data including transactions, blocks, and wallet activities. Internally, this tool generates a SQL query from natural language and execute it against blockchain data. Supported chains: Ethereum, Bitcoin, Polygon, Avalanche, Sui, ZKsync Era.
required: nl_query
Pricing
1 credit/use
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/SpaceTimeAgentCopy Configuration
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/SpaceTimeAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}