← focxle.com

INDIVIDUAL MCP TOOL

card_get_virtual

Get a single-use virtual card to buy something right now.

focxle.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://focxle.com/api/v1/mcp/cards

No auth detected

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

focxle.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.neuropay-gateway]
url = "https://focxle.com/api/v1/mcp/cards"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "neuropay-gateway": {
      "type": "http",
      "url": "https://focxle.com/api/v1/mcp/cards"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: neuropay-gateway
Remote MCP URL: https://focxle.com/api/v1/mcp/cards

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": {
    "neuropay-gateway": {
      "url": "https://focxle.com/api/v1/mcp/cards"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "neuropay-gateway": {
      "type": "http",
      "url": "https://focxle.com/api/v1/mcp/cards"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "neuropay-gateway",
  "transport": "streamable-http",
  "url": "https://focxle.com/api/v1/mcp/cards"
}
MCP Inspector

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

Related tools

  • spend_request_approval — Ask your owner for a bigger budget, or for permission to buy something they have not allowed yet.
  • agent_register — Register this agent for spending, in ONE call with no signup, no email and no account.
  • payment_record — Submit a receipt or invoice for a payment you already made, on ANY platform, so it counts towards your record.
  • spend_check_limit — Check your budget before you buy.
  • trust_check_agent — Check whether an AI agent is safe to deal with before you sell to it, extend terms to it, or take work from it.
  • payment_history_mine — Read your own payment record and score, and find out exactly what to do next to raise it.