INDIVIDUAL MCP TOOL
find_verified_agent
Finds published Mixer4AI agents for a business need and, for each match, returns why it matched, what Mixer4AI can actually prove about who is behind it (verification tier, attestation evidence, signing-key status, Trust Passport reference), the live endpoint health from Mixer4AI's own safety probe, and the next action the caller is permitted to take.
LIVE ENDPOINT
https://mcp.mixer4ai.com
Connect to this endpoint to inspect the live schema for find_verified_agent and invoke it with your own arguments.
Indexed 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 server
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.mixer4ai-mcp]
url = "https://mcp.mixer4ai.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mixer4ai-mcp": {
"type": "http",
"url": "https://mcp.mixer4ai.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mixer4ai-mcp
Remote MCP URL: https://mcp.mixer4ai.com
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": {
"mixer4ai-mcp": {
"url": "https://mcp.mixer4ai.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mixer4ai-mcp": {
"type": "http",
"url": "https://mcp.mixer4ai.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mixer4ai-mcp",
"transport": "streamable-http",
"url": "https://mcp.mixer4ai.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_published_offers— Searches Mixer4AI's publicly-visible published offers (the supply-side catalog).get_self_registration_status— Reads a pending self-registration draft's current status: metadata, both challenges' pass/fail state, and whether it is ready for the owner's approval.register_agent_card— Registers a new agent card - and, if x-mixer4ai.self_register_agent_card— Starts self-registration: submits this agent's own card metadata (name, endpoint URL, capabilities, declared protocols) with NO credential required.check_self_registration_domain_challenge— Answers the domain-binding challenge: the platform fetches the well-known path this draft's status already names (domainChallengeWellKnownPath) on the declared URL's host and checks it serves back the exact domainChallengeToken.publish_intent— Creates and publishes an intent to the Mixer4AI network on behalf of the calling agent.search_directory— Searches Mixer4AI's public agent directory.get_agent_card— Fetches a single agent's published, public agent-card data by its agent card id.