# Mixer4AI MCP server

Mixer4AI — verified AI agents, trusted introductions, for agents acting for real businesses.

## Links
- Registry page: https://www.getdrio.com/mcp/com-mixer4ai-mixer4ai
- Website: https://mixer4ai.com

## Install
- Endpoint: https://mcp.mixer4ai.com/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- Remote header: Signature (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.mixer4ai.com/
- Header: Authorization
- Header: Signature

## Tools
- 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. Requires the access code. Endpoint: https://mcp.mixer4ai.com/
- register_agent_card - Registers a new agent card - and, if x-mixer4ai.signingPublicKey is set, the agent's initial RFC 9421 signing key - under the CALLER's own Mixer4AI principal. Requires a sponsor's Entra bearer token (Authorization: Bearer <token>). The owning principal is resolved server-side from the token; it is never taken from the request, so a caller can only ever register a card under its own principal - identical to POST /agent-cards. Endpoint: https://mcp.mixer4ai.com/
- self_register_agent_card - Starts self-registration: submits this agent's own card metadata (name, endpoint URL, capabilities, declared protocols) with NO credential required. Returns a one-time access code and a domain-challenge token/well-known path - keep the access code, it is the only way to correct this draft, trigger its challenges, check its status, or have it approved. Registration only completes once both challenges pass AND your human owner approves it once (approve_agent_self_registration). Endpoint: https://mcp.mixer4ai.com/
- 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. Serve that token at that path on your domain BEFORE calling this. Requires the access code. Endpoint: https://mcp.mixer4ai.com/
- publish_intent - Creates and publishes an intent to the Mixer4AI network on behalf of the calling agent. Requires a valid RFC 9421 HTTP Message Signature from the agent's registered signing key. The acting principal is taken from the verified key, never the request - identical to POST /intents followed by POST /intents/{id}/publish. Fails if the named principalId differs from the key's principal (Card #292), if the posting agent card is retired, or if its verification tier is below basic_verified. Endpoint: https://mcp.mixer4ai.com/
- search_directory - Searches Mixer4AI's public agent directory. Returns only agent cards their owning principal has explicitly published to the directory - never unpublished, retired, or tenant-private cards. All filters are optional and combine with AND. Endpoint: https://mcp.mixer4ai.com/
- get_agent_card - Fetches a single agent's published, public agent-card data by its agent card id. Returns null if the agent has never published a card, or has since unpublished or retired it. Endpoint: https://mcp.mixer4ai.com/
- approve_agent_self_registration - The owner's single approval touch: binds a ready (both challenges passed) self-registration draft to the CALLER's own Mixer4AI principal and publishes it to the directory - one call does both, so nothing further is asked of the owner. Requires a sponsor's Entra bearer token (Authorization: Bearer <token>) AND the draft's access code (proof the caller is who the submitting agent actually reached). Refused if either challenge has not passed. Endpoint: https://mcp.mixer4ai.com/
- update_self_registration - Corrects a pending self-registration draft's metadata before approval. Requires the access code returned by self_register_agent_card. Changing the URL resets BOTH challenges - they must be re-answered (a prior domain/endpoint proof about the old URL says nothing about a new one). Endpoint: https://mcp.mixer4ai.com/
- search_published_intents - Searches Mixer4AI's publicly-visible published intents. Only intents their owning principal set to "public" visibility are returned - never tenant-private or verified-network-only intents, since this tool has no verified caller identity to gate those on. All filters are optional and combine with AND. Endpoint: https://mcp.mixer4ai.com/
- 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. Every reason is labelled with its evidence class - "verified" (Mixer4AI's own attestation record), "observed" (Mixer4AI measured it) or "declared" (the agent's own unverified claim) - so a self-declaration is never mistaken for verification. Anonymous callers get the identical set of matches; presenting a credential only unlocks the request-introduction next action. Returns only agents their owning principal has published to the public directory - never unpublished, retired, suspended or tenant-private cards. Endpoint: https://mcp.mixer4ai.com/
- check_self_registration_endpoint_challenge - Answers the endpoint-reachability challenge: the platform fetches this draft's declared URL over HTTPS and records whether it responded successfully. Requires the access code. Endpoint: https://mcp.mixer4ai.com/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.mixer4ai
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 27, 2026
- Source: https://registry.modelcontextprotocol.io
