social-connect-mcp-poc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| META_APP_ID | No | Facebook App ID from your Meta Developer App. | |
| MOCK_SOCIAL | No | Set to "true" to run the demo with mock data and no real API secrets. Set to "false" to make live Facebook/TikTok calls. | true |
| META_PAGE_ID | No | Facebook Page ID. Use with META_PAGE_ACCESS_TOKEN. | |
| TIKTOK_SCOPES | No | Comma-separated list of TikTok OAuth scopes. Example: user.info.basic,video.list. | |
| META_APP_SECRET | No | Facebook App Secret from your Meta Developer App. | |
| META_REDIRECT_URI | No | OAuth redirect URI for Facebook login callback. Example: http://localhost:3000/api/facebook/callback. | |
| TIKTOK_CLIENT_KEY | No | TikTok Developer App client key. | |
| META_GRAPH_VERSION | No | The Meta Graph API version to use. Example: v26.0. | v26.0 |
| TIKTOK_ACCESS_TOKEN | No | TikTok access token. Use to bypass OAuth for testing. | |
| TIKTOK_REDIRECT_URI | No | OAuth redirect URI for TikTok login callback. Example: http://localhost:3000/api/tiktok/callback. | |
| TIKTOK_CLIENT_SECRET | No | TikTok Developer App client secret. | |
| META_PAGE_ACCESS_TOKEN | No | Facebook Page access token. Use with META_PAGE_ID. | |
| META_USER_ACCESS_TOKEN | No | Facebook user access token. Use this to bypass OAuth for testing. |
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
ActivityMaintained
ResponsivenessNo issues