admitad-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@admitad-mcpSearch for running shoes in all feeds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
admitad-mcp
MCP server for the Admitad affiliate network. Lets Claude and other MCP-compatible AI assistants browse partner programs, discover product feeds, and search products — without leaving the chat.
Tools
Tool | Description |
| Get an OAuth2 token using your client credentials |
| Return current account info (name, ID, balance) |
| List available affiliate programs (filter by status) |
| Get product feed URLs for a specific campaign |
| Download and parse a YML/CSV product feed |
| Search products in a feed by name, vendor, or any field |
| List product categories in a campaign |
| Get available promo codes (all campaigns or filtered) |
Related MCP server: agentfuse-mcp
Requirements
Python 3.10+
Admitad publisher account with API access
client_idandclient_secretfrom Admitad Developers
Setup
Clone the repo and install dependencies:
cd admitad-mcp
python -m venv .venv
source .venv/bin/activate
pip install -e .Copy
.env.exampleto.envand fill in your credentials:
cp .env.example .envADMITAD_CLIENT_ID=your_client_id_here
ADMITAD_CLIENT_SECRET=your_client_secret_hereRegister the server in your Claude Code config (
~/.claude.json):
"admitad": {
"type": "stdio",
"command": "/path/to/admitad-mcp/.venv/bin/python",
"args": ["/path/to/admitad-mcp/server.py"],
"env": {
"ADMITAD_CLIENT_ID": "your_client_id_here",
"ADMITAD_CLIENT_SECRET": "your_client_secret_here"
}
}Usage examples
authenticate → then ask Claude:
"Show me all active campaigns in the fashion category"
"Find Nike sneakers across all feeds"
"Get promo codes for campaign 12345"Required OAuth scopes
The server requests the following scopes automatically:
advcampaigns advcampaigns_for_website websites public_data private_dataMake sure all five are enabled for your application in the Admitad developer portal.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search products, manage shopping carts, place orders, and retrieve order history from Amazon and Target accounts.Last updated2MIT
- AlicenseAqualityDmaintenanceEnables AI agents to access affiliate marketing capabilities through AgentFuse's API, allowing them to browse affiliate programs, generate tracked links, and record conversions without writing HTTP code.Last updated742MIT
- Alicense-qualityCmaintenanceAffiliate product search for AI agents. Indexes structured merchant feeds — real prices, live stock, affiliate links built in. Works with any MCP client.Last updatedMIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search products and generate affiliate links across European and global affiliate networks, automating product discovery and link creation for monetization.Last updated5MIT
Related MCP Connectors
Search and discover advertiser products through an open marketplace for AI agents.
Affiliate network reporting in your AI client. Bring your own keys. Most adapters experimental.
AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, track earnings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gruzd1sok/admitad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server