← agent402.tools

INDIVIDUAL MCP TOOL

generate_qr

[free, no wallet] Generate a QR code PNG from any text or URL.

agent402.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://agent402.tools/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

agent402.tools

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.agent402]
url = "https://agent402.tools/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent402": {
      "type": "http",
      "url": "https://agent402.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent402
Remote MCP URL: https://agent402.tools/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": {
    "agent402": {
      "url": "https://agent402.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent402": {
      "type": "http",
      "url": "https://agent402.tools/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent402",
  "transport": "streamable-http",
  "url": "https://agent402.tools/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — BROWSE the catalog: keyword search over Agent402's 526 pay-per-call web tools, returning a LIST of candidates to compare (its counterpart find_tool resolves a task to ONE ready-to-run pick - search explores, find decides).
  • find_tool — DECIDE, don't browse: resolve a plain-language task to the single best-matching Agent402 tool, returned call-ready - slug, price, input schema, and a worked example (its counterpart search_tools returns a list of candidates to compare - search explores, find decides).
  • call_tool — Run an Agent402 tool by slug (discover slugs with search_tools or find_tool; params must match that tool's inputSchema).
  • get_payment_info — How paying for Agent402 tools works and how to manage a wallet.
  • generate_hash — [free, no wallet] Cryptographic hash of a text string.
  • convert_units — [free, no wallet] Convert a value between units of length, mass, temperature, volume, area, speed, time, data, pressure, energy, power, angle, frequency - every unit the retired convert-* endpoints handled (e.
  • format_json — [free, no wallet] Validate, pretty-print, or minify JSON.
  • decode_jwt — [free, no wallet] Decode a JWT without verification: header, payload, expiry status, and time remaining.