cd /news/ai-agents/your-ai-agent-can-now-find-and-call-… Β· home β€Ί topics β€Ί ai-agents β€Ί article
[ARTICLE Β· art-64860] src=dev.to β†— pub= topic=ai-agents verified=true sentiment=↑ positive

Your AI agent can now find AND call the tools it's missing

A developer built ToolHail, a discovery-and-execution layer for AI agents that allows them to find and use MCP servers without human intervention. ToolHail provides two tools: find_mcp_server for discovering servers and call_tool for invoking them on a pay-per-use basis. The project aims to close the loop between agent needs and tool availability, enabling agentic commerce.

read2 min views1 publishedJul 18, 2026

There are more than 10,000 MCP servers indexed across public registries right now. Your AI agent can use almost none of them β€” not because it can't, but because it has no idea they exist, and even when it finds one it can't use it without a human installing and wiring it up.

When Claude (or Cursor, or any MCP client) hits a task it has no tool for, the workflow today is: the human goes registry-crawling, compares half-documented servers, and hand-writes the config. The agent β€” the one that actually needed the tool β€” just waits.

I built ToolHail to close that loop. It's the discovery-and-execution layer for AI agents, and it's live.

ToolHail is itself a remote MCP server. Point your agent at it:

claude mcp add --transport http toolhail https://mcp.toolhail.com/mcp

Now your agent has two tools:

find_mcp_server (free) β€” describe a task in plain language, get the best-matching MCP servers, ranked and deduplicated across registries, with paste-ready setup. Ranking is for usability, not just keywords: hosted remotes rank first (an agent can use them instantly), actively maintained servers rank higher, GitHub stars break ties.

call_tool (paid) β€” invoke a discovered tool without installing anything. ToolHail proxies the call, and the agent pays per use.

So the loop becomes: agent hits a gap β†’ find_mcp_server β†’ call_tool β†’ keeps working. No human in the middle.

Agentic payments went mainstream this year β€” Stripe's ACP, Google's UCP, Mastercard's Agent Pay, Coinbase's x402 crossing 50M transactions. The rails for agents paying for things are built. What's missing is the layer that tells an agent what's worth paying for, and lets it use the thing on the spot. Discovery + execution is the front door of agentic commerce, and today that door is a pile of registry tabs open in a human's browser.

ToolHail is my take on that layer. Discovery is free; execution is metered so an agent can use it without anyone thinking about it.

**Try it:** [toolhail.com](https://toolhail.com) Β· add the gateway at `https://mcp.toolhail.com/mcp`

Β· or run [MCP Scout on Apify](https://apify.com/01010101/mcp-scout).

Built solo, shipped fast, with Claude Code doing the heavy lifting.

── more in #ai-agents 4 stories Β· sorted by recency
── more on @toolhail 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/your-ai-agent-can-no…] indexed:0 read:2min 2026-07-18 Β· β€”