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 |
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
- 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/salman0butt/facebook-page-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server