Meta Business MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIER | No | Feature tier: oss, pro, or enterprise | oss |
| DB_HOST | No | PostgreSQL host | localhost |
| DB_NAME | No | PostgreSQL database name | meta_mcp |
| DB_PORT | No | PostgreSQL port | 5432 |
| DB_USER | No | PostgreSQL username | postgres |
| NATS_URL | No | NATS connection URL | nats://localhost:4222 |
| REDIS_DB | No | Redis database index | 0 |
| DB_SSLMODE | No | disable, require, or verify-ca | disable |
| REDIS_ADDR | No | Redis connection address | localhost:6379 |
| DB_PASSWORD | No | PostgreSQL password | password |
| META_API_URL | No | Meta Graph API base URL | https://graph.facebook.com |
| META_WABA_ID | Yes | WhatsApp Business Account ID | |
| POLICIES_PATH | No | Path to the business policy seed YAML file | policies.yaml |
| REDIS_PASSWORD | No | Redis auth password | |
| SERVER_MCP_NAME | No | MCP server identifier | meta-business-mcp |
| SERVER_HTTP_PORT | No | HTTP server port | 8080 |
| META_ACCESS_TOKEN | Yes | Meta API OAuth token (system user) | |
| SERVER_MCP_VERSION | No | MCP server version string | 1.0.0 |
| META_PHONE_NUMBER_ID | Yes | WhatsApp Business Phone Number ID | |
| SCHEDULER_POLL_INTERVAL | No | Scheduler polling interval for scheduled messages/campaigns | 30s |
| META_WEBHOOK_VERIFY_TOKEN | Yes | Meta webhook verification passphrase |
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
- 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/metabusiness-mcp/meta-business-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server