← feeless402.com

INDIVIDUAL MCP TOOL

get_started

How to get the full self-custodied Feeless402 toolset (pay, earn, claim) running locally in under a minute.

feeless402.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://feeless402.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_started 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

feeless402.com

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

.mcp.json

{
  "mcpServers": {
    "feeless402-demo": {
      "type": "http",
      "url": "https://feeless402.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "feeless402-demo": {
      "type": "http",
      "url": "https://feeless402.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "feeless402-demo",
  "transport": "streamable-http",
  "url": "https://feeless402.com/mcp"
}
MCP Inspector

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

Related tools

  • x402_quote — Fetch an x402 endpoint's payment quote WITHOUT paying: price in XNO, destination, and the full offer menu across all rails.
  • x402_compare — Price the same API call on EVERY rail the server offers (Base/Solana USDC, Lightning, XNO...) from live data — the payer-cost arithmetic agents use to pick a rail.
  • faucet_info — Live status of the Feeless402 starter faucet: address, per-claim amount, remaining balance, and how an agent claims.