facebook-page-mcp
by salman0butt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host interface to bind the server to. Defaults to 127.0.0.1. | 127.0.0.1 |
| PORT | No | Port to bind the server to. Defaults to 3000. | 3000 |
| DRY_RUN | No | When true, publishing tools return the endpoint without creating a Facebook post. Defaults to true. | true |
| FB_PAGE_ID | Yes | The numeric ID of the Facebook Page to publish to. | |
| FB_APP_SECRET | No | Optional Facebook app secret for appsecret_proof. | |
| MCP_ROUTE_SECRET | Yes | Long random secret for securing the MCP endpoint. Required. | |
| MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed Host header values. Required when HOST is not a localhost interface. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated list of allowed Origin header values. If omitted on a public bind, reuses MCP_ALLOWED_HOSTS. | |
| FB_GRAPH_API_VERSION | No | The Facebook Graph API version to use. Defaults to v26.0. | v26.0 |
| FB_PAGE_ACCESS_TOKEN | Yes | A Facebook Page access token with pages_show_list, pages_read_engagement, and pages_manage_posts permissions. | |
| FB_REQUEST_TIMEOUT_MS | No | Timeout for Facebook API requests in milliseconds. Defaults to 20000. | 20000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues