← backlinkswinkel.nl

INDIVIDUAL MCP TOOL

topup

Create a credit checkout link; a human must open and pay this link.

backlinkswinkel.nlnone authenticationAvailability not checked

LIVE ENDPOINT

https://backlinkswinkel.nl/mcp

No auth detected

Connect to this endpoint to inspect the live schema for topup 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 contains a write-action term.
  • A tool name or description suggests a financial action.

Parent server

backlinkswinkel.nl

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

.mcp.json

{
  "mcpServers": {
    "backlinkswinkel": {
      "type": "http",
      "url": "https://backlinkswinkel.nl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_domains — Find backlink domains by topic, language, and minimum Domain Rating.
  • order_backlink — Order one backlink; omit content fields when Backlinkswinkel should write it.
  • order_status — Get an order's review or publication status and placement URL, if available.
  • account_balance — Return the prepaid credit balance in euro cents.