Flagram logo

Flagram

flagramtech/flagram-mcp
Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Ad marketplace: search Telegram/VK/Max channels by topic, geo, price; reach, ER, CPV stats.

README.md

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

  1. Sign in at flagram.com.
  2. Open Settings → API tokens and create a new token.
  3. 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

  1. Call getCategories, getLanguages, getCountries / getCities, getPlatforms to resolve ids.
  2. Call searchChannels with those ids to find inventory.
  3. Use analyzeChannel for deep stats on a specific channel.
  4. Add picks via addCartItem, review with getCartSummary, then checkoutCart.

Support

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.