Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.lanternrow/facebook-pages-mcp

NPM · FACEBOOK-PAGES-MCP · SCANNED AUG 3

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

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 938 tokens (~104/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · facebook-pages-mcp

# add to Claude Code
claude mcp add lanternrow-facebook-pages-mcp -- npx -y facebook-pages-mcp
# add to Codex CLI
codex mcp add lanternrow-facebook-pages-mcp -- npx -y facebook-pages-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lanternrow-facebook-pages-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "facebook-pages-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lanternrow-facebook-pages-mcp --command npx --arg -y --arg facebook-pages-mcp
# ~/.hermes/config.yaml
mcp_servers:
  lanternrow-facebook-pages-mcp:
    command: "npx"
    args: ["-y", "facebook-pages-mcp"]
// mcp.json
{
  "mcpServers": {
    "lanternrow-facebook-pages-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "facebook-pages-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~938 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_post ~107

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

NameTypeReqDescription
linkstringURL to share as a link post.
messagestringText content of the post.
page_idstringFacebook Page ID. Defaults to FB_PAGE_ID env var if omitted.
photo_urlstringPublic URL of an image to post as a photo post. The image must be publicly accessible.

No output schema declared.

No examples provided.

get_page_feed ~94

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

NameTypeReqDescription
afterstringPagination cursor — pass the value from a previous response to get the next page.
limitintegerNumber of feed items to return (1-100, default 25).
page_idstringFacebook Page ID. Defaults to FB_PAGE_ID env var if omitted.

No output schema declared.

No examples provided.

get_page_info ~53

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

NameTypeReqDescription
page_idstringFacebook Page ID. Defaults to FB_PAGE_ID env var if omitted.

No output schema declared.

No examples provided.

get_page_insights ~273

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.

NameTypeReqDescription
date_presetstringDate preset (e.g. last_7d, last_28d, last_30d, this_month). Mutually exclusive with since/until.
metricsarrayMetrics to retrieve. Defaults to all supported metrics: page_views_total, page_fans, page_fan_adds, page_fan_removes, page_actions_post_reactions_total. NOTE: page_impressions, page_reach, and page_i…
page_idstringFacebook Page ID. Defaults to FB_PAGE_ID env var if omitted.
periodstringAggregation period: day, week, or days_28.
sincestringStart date (YYYY-MM-DD) for the query range. Use with 'until'.
untilstringEnd date (YYYY-MM-DD) for the query range. Use with 'since'.

No output schema declared.

No examples provided.

get_post_comments ~81

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

NameTypeReqDescription
afterstringPagination cursor for the next page of comments.
limitintegerNumber of comments to return (1-100, default 25).
post_idstringyesThe Facebook Post ID to retrieve comments for.

No output schema declared.

No examples provided.

get_post_insights ~93

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

NameTypeReqDescription
metricsarrayMetrics to retrieve. Defaults to: post_impressions, post_engaged_users, post_clicks, post_reactions_by_type_total, post_activity_by_action_type.
post_idstringyesThe Facebook Post ID (format: pageId_postId).

No output schema declared.

No examples provided.

get_published_posts ~90

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

NameTypeReqDescription
afterstringPagination cursor for the next page of results.
limitintegerNumber of posts to return (1-100, default 25).
page_idstringFacebook Page ID. Defaults to FB_PAGE_ID env var if omitted.

No output schema declared.

No examples provided.

get_video_insights ~95

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

NameTypeReqDescription
metricsarrayVideo metrics to retrieve. Defaults to: total_video_views, total_video_impressions, total_video_avg_time_watched, total_video_view_total_time, total_video_reactions_by_type_total.
video_idstringyesThe Facebook Video ID to retrieve insights for.

No output schema declared.

No examples provided.

refresh_token_info ~52

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

NameTypeReqDescription
tokenstringAccess token to inspect. Defaults to the FB_PAGE_ACCESS_TOKEN env var.

No output schema declared.

No examples provided.