Skip to main content
ClaudeWave

documentation for intentlink.io

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/whalefuntech/intentlink_docs
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "intentlink-docs": {
      "command": "node",
      "args": ["/path/to/intentlink_docs/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/whalefuntech/intentlink_docs and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](./LICENSE) — see LICENSE file for details.
affiliate-marketingagentic-commerceai-agentconversational-commercemcpmodel-context-protocol

What people ask about intentlink_docs

What is whalefuntech/intentlink_docs?

+

whalefuntech/intentlink_docs is mcp servers for the Claude AI ecosystem. documentation for intentlink.io It has 0 GitHub stars and was last updated today.

How do I install intentlink_docs?

+

You can install intentlink_docs by cloning the repository (https://github.com/whalefuntech/intentlink_docs) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is whalefuntech/intentlink_docs safe to use?

+

whalefuntech/intentlink_docs has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains whalefuntech/intentlink_docs?

+

whalefuntech/intentlink_docs is maintained by whalefuntech. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to intentlink_docs?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy intentlink_docs to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: whalefuntech/intentlink_docs
[![Featured on ClaudeWave](https://claudewave.com/api/badge/whalefuntech-intentlink-docs)](https://claudewave.com/repo/whalefuntech-intentlink-docs)
<a href="https://claudewave.com/repo/whalefuntech-intentlink-docs"><img src="https://claudewave.com/api/badge/whalefuntech-intentlink-docs" alt="Featured on ClaudeWave: whalefuntech/intentlink_docs" width="320" height="64" /></a>

More MCP Servers

intentlink_docs alternatives