HBCA Meta Ads MCP
Provides read-only access to Meta Ads accounts through the Marketing API, enabling retrieval of ad accounts, campaigns, ad sets, ads, and performance insights.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HBCA Meta Ads MCPshow my campaigns and analyze campaign-level performance for the last 30 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HBCA Meta Ads MCP — Render starter
A read-only MCP server that lets ChatGPT query one Meta Ads account through Meta's Marketing API.
Safety design
Read-only tools only. There are no pause, budget, create, update, or delete tools.
Meta access token is read only from a Render environment variable.
The token is sent to Meta in the Authorization header, not placed in request URLs.
The MCP endpoint uses a random secret path. This is suitable for a private prototype; for broader/shared production use, add OAuth 2.1.
Uses MCP SDK 1.26.0, which includes the February 2026 cross-client isolation security fix.
Creates a fresh MCP server/transport per request to avoid cross-client state sharing.
Related MCP server: TikTok Ads MCP
Environment variables
Required:
META_ACCESS_TOKEN— your Meta access token. Paste this into Render only.MCP_PATH_SECRET— a long random secret.render.yamlcan generate this automatically.
Configured by default:
META_AD_ACCOUNT_ID=act_10151727290614507META_API_VERSION=v26.0
Tools
get_ad_accountsget_campaignsget_adsetsget_adsget_insights
Deploy on Render
Create a new GitHub repository, for example
hbca-meta-ads-mcp.Upload every file in this folder to the repository root and commit.
In Render choose New → Blueprint and connect the GitHub repository. Render will read
render.yaml.When prompted for
META_ACCESS_TOKEN, paste the token directly into Render. Do not put it in GitHub or ChatGPT.Deploy.
Open the Render service → Environment and copy the generated value for
MCP_PATH_SECRET.Your ChatGPT MCP URL will be:
https://YOUR-RENDER-SERVICE.onrender.com/mcp/YOUR_MCP_PATH_SECRETCheck health first:
https://YOUR-RENDER-SERVICE.onrender.com/healthIt should return JSON with
"ok": true.
Connect to ChatGPT
In ChatGPT, enable Developer mode, add a custom MCP/plugin connection, and paste the full HTTPS MCP URL including the secret path.
Use No Authentication for this prototype because the endpoint itself contains a high-entropy secret. Do not share the URL. For a team/shared deployment or any write tools, replace this with OAuth 2.1 before proceeding.
Suggested first test prompt:
Using HBCA Meta Ads, show my campaigns and analyze campaign-level performance for the last 30 days. Do not make any changes.
Important Meta token note
The token created in Graph API Explorer can expire. After the connection is proven, replace it with a durable Meta Business/System User token appropriate for your business setup and requested permissions.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for Meta/Facebook Marketing API allowing you to view and manage ad accounts, campaigns, ad sets, ads, and creatives, as well as fetch insights and upload ad images.MIT
- AlicenseBqualityBmaintenanceA read-only MCP server that provides comprehensive access to the TikTok Business API for retrieving advertising data, including campaigns, ad groups, ads, and performance reports.24MIT
- Alicense-qualityDmaintenancePython MCP server that exposes Meta Marketing API data, providing tools to manage ad accounts, campaigns, and analytics through natural language interfaces.MIT
- AlicenseBqualityBmaintenanceRead-only MCP server for Meta Ads that lists and reads ad accounts, campaigns, ad sets, ads, ad images, creatives, and fetches insights at various levels.14MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/jmbrader/hbca-meta-ads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server