Skip to main content
Glama
FarahTrip

reddit-ads-mcp

by FarahTrip

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDDIT_ADS_CLIENT_IDYesYour Reddit Ads API app client ID.
REDDIT_ADS_ACCOUNT_IDYesYour Reddit Ads account ID (e.g., a2_xxxxxxxx).
REDDIT_ADS_CLIENT_SECRETYesYour Reddit Ads API app client secret.
REDDIT_ADS_REFRESH_TOKENYesPermanent refresh token obtained via OAuth2.
REDDIT_ADS_WRITE_ENABLEDNoSet to 'true' to enable write tools (mutations). Default is 'false'.false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List every Reddit ad account reachable with the current credentials (walks /me/businesses → businesses/{id}/ad_accounts).

list_campaignsA

List campaigns for an ad account (defaults to REDDIT_ADS_ACCOUNT_ID).

list_ad_groupsC

List ad groups for an ad account, optionally filtered by campaign_id.

list_adsA

List ads for an ad account, optionally filtered by ad_group_id.

get_performance_reportB

Performance report for a date range (YYYY-MM-DD).

fields default to IMPRESSIONS, CLICKS, SPEND, CTR, CPC, ECPM. breakdowns default to [DATE]; common values: DATE, CAMPAIGN_ID, AD_GROUP_ID, AD_ID.

get_daily_performanceB

Last N days (default 7) of impressions/clicks/spend/CTR/CPC/eCPM, by DATE + CAMPAIGN_ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/FarahTrip/reddit-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server