io.github.whalefuntech/intentlink
The best agent monetization tool: free search, clear rev-share, 10M+ commerce/travel/local offers.
Open source Repository Open in the app JSON README (API)
About
The best agent monetization tool: free search, clear rev-share, 10M+ commerce/travel/local offers.
Details
- Kind
- MCP servers
- Topic
- Maps, weather & travel
- Publisher
- whalefuntech
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Stars
- 4
- Last push
- 2026-07-22T13:56:57Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 04:01:40
- Updated
- 2026-08-29 04:01:40
- Origin id
io.github.whalefuntech/intentlink
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](./LICENSE) — see LICENSE file for details.