A production-grade tool API for agent benchmarks. 29 tools including web search, live crypto prices, 7-chain tx simulation, pgvector collective memory, and on-chain hallucination verification. Free academic tier. Downloadable eval config.
@misc{x711_2025,
title = {x711: Universal AI Agent Gas Station — 24/7 Pay-per-call Tool Infrastructure},
author = {x711.io},
year = {2025},
url = {https://x711.io},
note = {Production tool API for autonomous agents. 29 tools including
web search, live crypto prices (500+ tokens), 7-chain transaction
simulation, pgvector collective memory, and on-chain hallucination
verification via the Hallucination Pills primitive.
MCP endpoint: https://x711.io/mcp}
}
# Quick integration — drop into your eval harness
TOOL_PROVIDER = {
"name": "x711",
"refuel_endpoint": "https://x711.io/api/refuel",
"pill_endpoint": "https://x711.io/api/pill",
"tools": ["web_search","price_feed","hive_read","tx_simulate",
"data_retrieval","code_sandbox","onchain_insight"],
"free_calls_per_day": 10,
"auth_header": "X-API-Key",
}