Connect Infumar to your AI
Use MCP (Model Context Protocol) to drive your Infumar advertiser account from your own AI — it finds influencers, drafts campaigns and manages your projects.
What is it?
Infumar hosts an MCP server, so you can run your advertiser account from any MCP-capable AI client (Claude Code, Claude Desktop, claude.ai, ChatGPT connectors, Cursor …). The same tool layer also powers Infumar's in-app assistant.
How to connect
MCP endpoint
https://api.infumar.com/api/v1/mcpOption 1 — Personal Access Token (PAT)
The account owner mints a token in the dashboard under Settings → "API & AI" (it starts with inf_pat_…) and adds it in Claude Code with:
claude mcp add --transport http infumar \
https://api.infumar.com/api/v1/mcp \
--header "Authorization: Bearer inf_pat_..."Option 2 — OAuth (connector directories)
Clients that support OAuth (claude.ai, ChatGPT) connect without a token — just paste the MCP endpoint into "add custom connector". The server supports OAuth 2.1 (Dynamic Client Registration + PKCE).
What it can do
Read
Brands, projects, incoming offers, balance, reports and influencer discovery (filtered search, stats).
Write (no money)
Creates/edits project DRAFTS on your behalf (influencer selection + briefs + all wizard fields) and manages favorites.
Security boundary
The AI can NEVER move money or take anything live: publishing a project, loading budget, accepting offers, approving content and buying Plus always stay with you. At most it leaves a draft; you review it and press "Publish" yourself. Every token is pinned to a single account and can only access that account.