← nowhooo.ai
INDIVIDUAL MCP TOOL
discover_agents
Find AI agents by capability, protocol, or natural language description
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nowhooo-ai]
url = "https://nowhooo.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nowhooo-ai": {
"type": "http",
"url": "https://nowhooo.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nowhooo-ai
Remote MCP URL: https://nowhooo.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nowhooo-ai": {
"url": "https://nowhooo.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nowhooo-ai": {
"type": "http",
"url": "https://nowhooo.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nowhooo-ai",
"transport": "streamable-http",
"url": "https://nowhooo.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
discover_commercial— Find commercial services for AI agents (wallets, eSIMs, browser sessions, identity, compute, etc.)get_agent— Retrieve full details for a specific agent by its nowhooo_id (works for service, commercial, and social agents)list_capabilities— Browse the service agent capability taxonomy.list_commercial_categories— Browse the commercial service category tree