Facebook Publisher✓
io.github.anthonyjbolo/mcp-fb-publisher · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.anthonyjbolo/mcp-fb-publisher",
"description": "Safe Facebook Pages publishing with brand-voice, image-required & anti-duplication checks.",
"title": "Facebook Publisher",
"repository": {
"url": "https://github.com/anthonyjbolo/mcp-fb-publisher",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/anthonyjbolo/mcp-fb-publisher",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-fb-publisher",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Long-lived Meta Graph API user or page token. Required for publishing.",
"isRequired": true,
"isSecret": true,
"name": "META_USER_TOKEN"
},
{
"description": "Absolute path to your config.yaml (per-page brand voices, banned topics, image policy).",
"name": "MCP_FB_PUBLISHER_CONFIG"
},
{
"description": "Inline JSON config (alternative to file path, useful for serverless deploys).",
"name": "MCP_FB_PUBLISHER_CONFIG_JSON"
},
{
"description": "OpenAI API key for image generation via gpt-image-1 (optional).",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "fal.ai API key for image generation via Flux Pro (optional).",
"isSecret": true,
"name": "FAL_KEY"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"buildTags": [
"BuiltOnClaudeCode"
],
"documentationUrl": "https://github.com/anthonyjbolo/mcp-fb-publisher#readme",
"issueTrackerUrl": "https://github.com/anthonyjbolo/mcp-fb-publisher/issues",
"license": "MIT",
"tags": [
"facebook",
"meta-graph-api",
"social-media",
"publishing",
"brand-voice",
"anti-duplication"
]
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}