Discover and connect
The canonical Streamable HTTP endpoint is https://mcp.nautilinks.co/mcp. Machine-readable server cards are available at mcp.nautilinks.co/.well-known/mcp.json and nautilinks.co/.well-known/mcp.json.
curl -N -X POST https://mcp.nautilinks.co/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"example","version":"1.0.0"}}}' Authentication behavior
Initialization and the public about tool do not require credentials, so clients and auditors can complete discovery safely. Catalog and account tools require a Nautilinks key sent as Authorization: Bearer …. Prefer sn_test_ for write-path testing.
Available jobs
Use MCP when an agent needs native function calls for catalog search, site or insertion-article inspection, prepaid balance checks, guarded order creation, AI visibility plans, quote status, or order status. Read Nautilinks agent instructions before enabling live order tools.