← Back to search

io.github.lanternrow/facebook-pages-mcp

lanternrow Scanned 1d ago

Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0.

C
73.8 / 100

Versions

1.0.1latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 9

get_page_info
annotations: none low

Retrieve Facebook Page metadata: name, category, follower count, contact info, location, hours, and cover photo.

get_published_posts
annotations: none low

Retrieve a paginated list of posts published by the page, including message, image, permalink, shares, and type.

get_page_insights
annotations: none low

Retrieve page-level analytics (page_views_total, page_fans, page_fan_adds, page_fan_removes, page_actions_post_reactions_total). Supports day/week/days_28 periods and date ranges. NOTE: Legacy metrics page_impressions and page_reach are deprecated as of June 2026.

get_post_insights
annotations: none low

Retrieve engagement metrics for a specific post: impressions, engaged users, clicks, reactions by type, and activity by action type.

get_post_comments
annotations: none low

Retrieve paginated comments on a specific post, including author, timestamp, like count, and reply count.

get_video_insights
annotations: none low

Retrieve performance metrics for a specific video: views, impressions, average watch time, total watch time, and reactions by type.

get_page_feed
annotations: none low

Retrieve the full page feed including visitor posts (unlike published_posts which only returns page-authored posts).

create_post
annotations: none low

Create a new post on the Facebook Page. Supports text posts, link posts, and photo posts. Returns the new post ID.

refresh_token_info
annotations: none low

Inspect the current access token to check validity, expiration date, and granted scopes. Useful for diagnosing auth issues.

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process, execSync()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 31

high
Permission: shell access detected permission_analyzer · 95%
low
Tool 'get_page_info' has no annotations annotation_checker · 100%
low
Tool 'get_page_insights' has no annotations annotation_checker · 100%
low
Tool 'get_published_posts' has no annotations annotation_checker · 100%
low
Tool 'get_post_insights' has no annotations annotation_checker · 100%
low
Tool 'get_post_comments' has no annotations annotation_checker · 100%
low
Tool 'get_video_insights' has no annotations annotation_checker · 100%
low
Tool 'get_page_feed' has no annotations annotation_checker · 100%
low
Tool 'create_post' has no annotations annotation_checker · 100%
low
Tool 'refresh_token_info' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: get_page_info manifest_parser · 70%
info
Tool: get_page_insights manifest_parser · 70%
info
Tool: get_published_posts manifest_parser · 70%
info
Tool: get_post_insights manifest_parser · 70%
info
Tool: get_post_comments manifest_parser · 70%
info
Tool: get_video_insights manifest_parser · 70%
info
Tool: get_page_feed manifest_parser · 70%
info
Tool: create_post manifest_parser · 70%
info
Tool: refresh_token_info manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 95 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%