streamable-httpMITupdated 1mo ago
Monetize your AI agent's conversations โ natively, without banners.
What can you do with intentlink?
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
Why IntentLink
- 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:
{"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.
Install
Add intentlink to your client. Pick the one you use.
claude mcp add --transport http intentlink https://api.intentlink.io/mcp/codex mcp add intentlink --url https://api.intentlink.io/mcp/{
"mcpServers": {
"intentlink": {
"url": "https://api.intentlink.io/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"intentlink": {
"type": "http",
"url": "https://api.intentlink.io/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"intentlink": {
"url": "https://api.intentlink.io/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"intentlink": {
"serverUrl": "https://api.intentlink.io/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 22, 2026 |