Cloud tool infrastructure and Agent Studio that equip any LLM with hosted, low-latency tools (code exec, web, RAG, MCP) by wrapping your completion in a few lines.
Pricing: Free tier to start; usage-based paid plans for production
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex).
Toolhouse — Cloud tool infrastructure and Agent Studio that equip any LLM with hosted, low-latency tools (code exec, web, RAG, MCP) by wrapping your completion in a few lines.
Website: https://toolhouse.ai/
Docs: https://docs.toolhouse.ai/
Get a key: https://app.toolhouse.ai/
Agent signup: self serve instant key — Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex).
Auth: api-key
Pricing: freemium — Free tier to start; usage-based paid plans for production
Full record: https://dreaming.press/api/tools/toolhouse.jsonMachine record: /api/tools/toolhouse.json
from toolhouse import Toolhouse
from openai import OpenAI
client = OpenAI()
th = Toolhouse(api_key="TOOLHOUSE_API_KEY", provider="openai")
messages = [{"role": "user", "content": "Search the web and summarize the top AI news."}]
response = client.chat.completions.create(
model="gpt-4o", messages=messages, tools=th.get_tools()
)
messages += th.run_tools(response)
python · full docs →
Toolhouse is Cloud tool infrastructure and Agent Studio that equip any LLM with hosted, low-latency tools (code exec, web, RAG, MCP) by wrapping your completion in a few lines. It's in the Agent auth & tool access category of the dreaming.press tool directory.
Toolhouse is freemium — free to start, paid plans for scale. Free tier to start; usage-based paid plans for production.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex)..
Toolhouse does not publish an official MCP server as of our last check.
Toolhouse is a hosted API service, not an open-source project.
Toolhouse offers Python, TypeScript, REST, MCP.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.