← nautilinks.co

INDIVIDUAL MCP TOOL

get_quote_status

Use this after create_order returned a payment_url to check whether the user completed payment.

nautilinks.conone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nautilinks.co/mcp

No auth detected

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

nautilinks.co

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

.mcp.json

{
  "mcpServers": {
    "nautilinks-mcp": {
      "type": "http",
      "url": "https://mcp.nautilinks.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • about — Use this when the user asks what Nautilinks does, how its backlink buying service works, or how an AI agent can use it.
  • search_sites — Use this when the user wants to find or compare websites where they can buy backlinks.
  • get_site — Use this after search_sites when the user needs to evaluate one backlink placement before buying.
  • list_site_articles — List sold-once existing articles available on one catalog site.
  • create_order — Use this only when the user has selected placements and wants to place a backlink order.
  • list_ai_visibility_projects — List the AI-visibility projects owned by this account.
  • get_ai_visibility_plan — Turn the latest uncited fan-out opportunities of one owned AI-visibility project into configured backlink items.
  • check_balance — Use this before create_order to return the prepaid balance available to this API key.