← humanmirror.fr

INDIVIDUAL MCP TOOL

list_humanmirror_x402_services

List live HumanMirror pay-per-call x402 services, Base/USDC prices and example request bodies.

humanmirror.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://humanmirror.fr/api/x402/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_humanmirror_x402_services and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

humanmirror.fr

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