trackmcp
Back to directory
whalefuntech

intentlink_docs

View on GitHub

documentation for intentlink.io

4 starsOthers Updated Aug 14, 2026
affiliate-marketingagentic-commerceai-agentconversational-commercemcpmodel-context-protocol

Documentation

IntentLink

Monetize your AI agent's conversations — natively, without banners.

IntentLink is a commercial intent network built for the AI agent era. Add the

IntentLink MCP server (or REST API) to your agent, and it gains the ability

to surface relevant, monetizable commerce recommendations directly inside

its answers — not as an ad unit bolted on top, but as part of the

conversation itself.

Website · Docs · Developer Dashboard · For Merchants & Partners

  • Native to the conversation. Recommendations surface as part of the agent's answer — contextual and relevant, not a banner or pop-up.
  • Zero UX disruption. Your agent stays your agent. No iframes, no forced redirects, no interruption of the conversation flow.
  • You keep 80% of revenue. Transparent rev-share on every converted intent. No upfront fee, no platform fee — IntentLink only earns when you do.
  • Privacy-first by design. No PII is stored. Intent matching runs on transient conversation context only, aligned with GDPR/CCPA.
  • Works with any MCP-compatible runtime — Claude, OpenAI-compatible agents, LangChain, or custom stacks (a language-agnostic REST API is available as a fallback).

Quick Start

Add IntentLink as a remote MCP server:

json
{"mcpServers": {"intentlink": {"url": "https://api.intentlink.io/mcp/"}}}

Your `agent_id` is passed per tool call, not in the static config — get one at portal.intentlink.io.

Prefer REST? See the full docs for the language-agnostic API.

What it does

Once connected, your agent can match user intent to relevant commercial offers and return a trackable purchase link for the user to complete the transaction — attribution flows back to your `agent_id` automatically.

About this repo

This repository hosts public documentation and integration resources for IntentLink. The IntentLink MCP server itself is remotely hosted (not distributed as an installable package) — see Quick Start above to connect.

License

MIT — see LICENSE file for details.

Frequently asked questions

What is intentlink_docs?

intentlink_docs is documentation for intentlink.io

How do I install intentlink_docs?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is intentlink_docs open source?

Yes — it is hosted on GitHub at https://github.com/whalefuntech/intentlink_docs and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP