Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Flagram

FreeNot checked

Ad marketplace for discovering and booking placements in Telegram, VK, and Max channels by topic, geography, reach, and pricing.

GitHubEmbed

About

Ad marketplace for discovering and booking placements in Telegram, VK, and Max channels by topic, geography, reach, and pricing.

README

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

from github.com/flagramtech/flagram-mcp

Installing Flagram

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/flagramtech/flagram-mcp

FAQ

Is Flagram MCP free?

Yes, Flagram MCP is free — one-click install via Unyly at no cost.

Does Flagram need an API key?

No, Flagram runs without API keys or environment variables.

Is Flagram hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Flagram in Claude Desktop, Claude Code or Cursor?

Open Flagram on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Flagram with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs