Flagram MCP
Advertising marketplace for Telegram channels, VK communities and Max messenger — as an MCP server.
Search channels and bloggers by topic, audience, geo, language and price. Get ad placement pricing, post reach, engagement rate (ER), CPV and subscriber analytics. Use for influencer marketing, media planning, ad campaign targeting and competitor research.
🌐 Website: flagram.com 📦 Registry: io.github.flagramtech/flagram-mcp 🌍 Language: English · Русский
---
What you get
A remote Streamable-HTTP MCP server exposing the Flagram catalog and ad-buying flow as tools:
| Group | Tools | |---|---| | Discovery | searchChannels, searchPosts, searchAdvPosts, analyzeChannel | | Campaigns | listCampaigns, analyzeCampaign, getProjects | | Cart & checkout | getCartSummary, listCartItems, addCartItem, removeCartItem, cleanCart, checkoutCart | | Dictionaries | getCategories, getLanguages, getCountries, getCities, getPlatforms, getSalesChannels |
All read-only tools are idempotent; cart operations mutate state on your Flagram account.
Endpoint
https://mcp.flagram.com/mcp
Transport: streamable-http (JSON-RPC 2.0). Auth: Authorization: Bearer <api_token> — required for every request.
Get an API token
- Sign in at flagram.com.
- Open Settings → API tokens and create a new token.
- Copy the token — you will not see it again.
Connect
Claude Desktop / Code
{
"mcpServers": {
"flagram": {
"url": "https://mcp.flagram.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
Cursor / any MCP-compatible client
Add a remote server with:
- URL:
https://mcp.flagram.com/mcp - Header:
Authorization: Bearer YOUR_TOKEN
Recommended flow
- Call
getCategories,getLanguages,getCountries/getCities,getPlatformsto resolve ids. - Call
searchChannelswith those ids to find inventory. - Use
analyzeChannelfor deep stats on a specific channel. - Add picks via
addCartItem, review withgetCartSummary, thencheckoutCart.
Support
- Issues: github.com/flagramtech/flagram-mcp/issues
- Email: support@flagram.com
License
MIT












