ToolHail
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ToolHailfind an MCP server to send a Slack message"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ToolHail
The discovery-and-payment layer for AI agents. ToolHail lets an AI agent find the right MCP (Model Context Protocol) server for any task and call it โ paying per use โ without installing anything.
There are 10,000+ MCP servers an agent could use, and no good way to discover and use one mid-task. ToolHail closes that gap with two tools:
๐
find_mcp_server(free) โ describe a capability in plain language ("query a Postgres database","send a Slack message","scrape a web page") and get ranked, deduplicated MCP servers from every major registry (mcp.so, PulseMCP, Smithery, Glama) with ready-to-paste setup.โก
call_tool(paid) โ invoke a discovered remote MCP server through ToolHail's SSRF-guarded proxy. No install, one hop; each successful call is metered and billed through Stripe.
Use it
Hosted MCP endpoint (Streamable HTTP):
https://mcp.toolhail.com/mcpAdd it to Claude Code (or any MCP client):
claude mcp add --transport http toolhail https://mcp.toolhail.com/mcpMCP Scout on the Apify Store โ the discovery engine as a standalone, pay-per-search actor: https://apify.com/01010101/mcp-scout
Site: https://toolhail.com ยท Guide: https://toolhail.com/guide
Related MCP server: Agent Bazaar
How it works
Discover โ the agent hits a capability gap and asks
find_mcp_server, which searches the registries and returns the best-fit servers, ranked for usability.Execute โ instead of installing, the agent calls the chosen tool via
call_tool; ToolHail proxies it in one hop, nothing to configure.Settle โ each successful call is metered and billed through Stripe. The agent pays for exactly what it used.
Why it exists
An agent's toolset is fixed at configuration time, but real tasks need capabilities the agent doesn't have. Today the options are "hard-code every server you might ever need" or "give up." ToolHail makes tools a runtime resource: discovered on demand, called through one endpoint, paid per use. It is discovery and payment infrastructure for the agentic web โ built entirely on the open Model Context Protocol.
Repo layout
Path | What |
MCP Scout โ the discovery engine, published on the Apify Store (live) | |
Hosted MCP gateway on Cloudflare Workers โ | |
Reference gateway + Stripe metering + tests | |
| |
MCP registry listing metadata ( | |
Private revenue/usage dashboard | |
Brand assets |
Built on
Model Context Protocol ยท Cloudflare Workers ยท Stripe ยท Apify
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for AgentPay โ the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.Last updated1121MIT
- Alicense-qualityCmaintenancePer-call billing and metering proxy for MCP tool servers. Providers set pricing via the open MCP Billing Spec (MIT), consumers pay through Stripe Connect with signed receipts and SLA monitoring.Last updatedMIT
- Alicense-qualityCmaintenanceMCP server for AgentPay โ the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.Last updated1121MIT
- AlicenseAqualityAmaintenanceThe MCP gateway that lets any AI agent discover and pay metered APIs on Base or Solana โ without the user wiring payments themselves.Last updated3401Apache 2.0
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Stripe-native marketplace where AI agents discover and pay per call for API services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toolhail/toolbroker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server