Unified Ads MCP Server
by caspercrause
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FB_API_VERSION | No | Facebook Graph API version (default: v22.0) | v22.0 |
| GOOGLE_CLIENT_ID | Yes | Google OAuth 2.0 client ID (required for Google Ads OAuth flow) | |
| GOOGLE_API_VERSION | No | Google Ads API version (default: v21) | v21 |
| GOOGLE_REDIRECT_URI | No | OAuth redirect URI (default: http://localhost:8080/callback) | http://localhost:8080/callback |
| GOOGLE_CLIENT_SECRET | Yes | Google OAuth 2.0 client secret (required for Google Ads OAuth flow) | |
| FACEBOOK_ACCESS_TOKEN | Yes | Your Facebook access token with ads_read and ads_management permissions (required for Facebook Ads functionality) | |
| GOOGLE_ADS_DEVELOPER_TOKEN | Yes | Your Google Ads developer token (required for Google Ads functionality) | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | No | Optional manager account ID for MCC (e.g., 123-456-7890) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/caspercrause/ads-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server