reddit-ads-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_ADS_CLIENT_ID | Yes | Your Reddit Ads API app client ID. | |
| REDDIT_ADS_ACCOUNT_ID | Yes | Your Reddit Ads account ID (e.g., a2_xxxxxxxx). | |
| REDDIT_ADS_CLIENT_SECRET | Yes | Your Reddit Ads API app client secret. | |
| REDDIT_ADS_REFRESH_TOKEN | Yes | Permanent refresh token obtained via OAuth2. | |
| REDDIT_ADS_WRITE_ENABLED | No | Set to 'true' to enable write tools (mutations). Default is 'false'. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/FarahTrip/reddit-ads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server