search_mcp_servers
ActiveTool of agent-tools (x402 + MCP + A2A directory)
Find MCP servers in the directory. Searches the standalone MCP directory (PulseMCP / official MCP registry import) unioned with x402 services that also expose an MCP endpoint. Returns normalised entries with a ready-to-use streamable-http `call_hint.mcp.url`. Args: intent: Natural-language description of the tool/capability needed. top_k: Max servers to return (1-20). chain: Optional payment-network filter for paid MCP servers. require_healthy: When true, only return servers marked health=ok.
Parameters schema
{
"type": "object",
"title": "search_mcp_serversArguments",
"properties": {
"chain": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Chain",
"default": null
},
"top_k": {
"type": "integer",
"title": "Top K",
"default": 5
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Intent",
"default": null
},
"require_healthy": {
"type": "boolean",
"title": "Require Healthy",
"default": false
}
}
}Parent server
agent-tools (x402 + MCP + A2A directory)
https://github.com/AgentTools-Cloud/AgentToolsCollection
1/7 registries