INDIVIDUAL MCP TOOL
match_humanmirror_x402_service
Choose the smallest HumanMirror x402 service for a requested deterministic task.
LIVE ENDPOINT
https://humanmirror.fr/api/x402/mcp
Connect to this endpoint to inspect the live schema for match_humanmirror_x402_service 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.humanmirror-x402-catalog]
url = "https://humanmirror.fr/api/x402/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"humanmirror-x402-catalog": {
"type": "http",
"url": "https://humanmirror.fr/api/x402/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: humanmirror-x402-catalog
Remote MCP URL: https://humanmirror.fr/api/x402/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": {
"humanmirror-x402-catalog": {
"url": "https://humanmirror.fr/api/x402/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"humanmirror-x402-catalog": {
"type": "http",
"url": "https://humanmirror.fr/api/x402/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "humanmirror-x402-catalog",
"transport": "streamable-http",
"url": "https://humanmirror.fr/api/x402/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_humanmirror_x402_services— List live HumanMirror pay-per-call x402 services, Base/USDC prices and example request bodies.get_humanmirror_x402_service— Get one HumanMirror x402 service with endpoint, price, network and a ready-to-send JSON example.