API Tools
agent402.tools
Facilitates discovery and execution of a catalog of pay-per-call API tools.
ENDPOINT 1
https://agent402.tools/mcp
MCP server metadata
- Name
- agent402
- Version
- 0.3.0
Known tools 15
search_toolsBROWSE 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).
Potential side effectsfind_toolDECIDE, 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).
Inferred read-onlycall_toolRun an Agent402 tool by slug (discover slugs with search_tools or find_tool; params must match that tool's inputSchema).
Inferred read-onlyconvert_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.
Inferred read-onlydecode_jwt[free, no wallet] Decode a JWT without verification: header, payload, expiry status, and time remaining.
Inferred read-onlyparse_csv[free, no wallet] Parse CSV (quoted fields supported) into a JSON array of objects, using the first row as headers (header=false for arrays).
Inferred read-onlyconvert_timezone[free, no wallet] Convert a datetime from one IANA timezone to another.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agent402.tools was fetched 2026-07-26T06:44:06.193Z.
agent402.tools 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.