# intentlink

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/whalefuntech/intentlink_docs  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/intentlink

## Description
The best agent monetization tool: free search, clear rev-share, 10M+ commerce/travel/local offers.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "intentlink": {
    "command": "npx",
    "args": ["-y","intentlink"]
  }
}
```

## Documentation & README

# 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](https://intentlink.io) · [Docs](https://intentlink.io/docs) · [Developer Dashboard](https://portal.intentlink.io/) · [For Merchants & Partners](https://intentlink.io/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:

```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](https://portal.intentlink.io/).

Prefer REST? See the [full docs](https://intentlink.io/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](https://github.com/whalefuntech/intentlink_docs/blob/HEAD/LICENSE) — see LICENSE file for details.

