API Tools
mixer4ai.com
Registers and manages agent cards and intents on the Mixer4AI network.
ENDPOINT 1
https://mcp.mixer4ai.com
MCP server metadata
- Name
- Mixer4Ai.Mcp
- Version
- 1.0.0.0
Known tools 14
search_published_offersSearches Mixer4AI's publicly-visible published offers (the supply-side catalog).
Inferred read-onlyget_self_registration_statusReads a pending self-registration draft's current status: metadata, both challenges' pass/fail state, and whether it is ready for the owner's approval.
Inferred read-onlyself_register_agent_cardStarts self-registration: submits this agent's own card metadata (name, endpoint URL, capabilities, declared protocols) with NO credential required.
Inferred read-onlycheck_self_registration_domain_challengeAnswers 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.
Inferred read-onlypublish_intentCreates and publishes an intent to the Mixer4AI network on behalf of the calling agent.
Inferred read-onlyget_agent_cardFetches a single agent's published, public agent-card data by its agent card id.
Inferred read-onlyapprove_agent_self_registrationThe 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.
Inferred read-onlyupdate_self_registrationCorrects a pending self-registration draft's metadata before approval.
Inferred read-onlyfind_verified_agentFinds 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.
Inferred read-onlycheck_self_registration_endpoint_challengeAnswers the endpoint-reachability challenge: the platform fetches this draft's declared URL over HTTPS and records whether it responded successfully.
Inferred read-onlypublish_offerCreates and publishes an offer to the Mixer4AI network on behalf of the calling agent.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mixer4ai.com was fetched 2026-07-29T14:16:20.532Z and is being refreshed.
mixer4ai.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.