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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 35 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add lanternrow-facebook-pages-mcp -- npx -y facebook-pages-mcp
codex mcp add lanternrow-facebook-pages-mcp -- npx -y facebook-pages-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lanternrow-facebook-pages-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"facebook-pages-mcp"
],
"enabled": true
}
}
} openclaw mcp add lanternrow-facebook-pages-mcp --command npx --arg -y --arg facebook-pages-mcp
mcp_servers:
lanternrow-facebook-pages-mcp:
command: "npx"
args: ["-y", "facebook-pages-mcp"] {
"mcpServers": {
"lanternrow-facebook-pages-mcp": {
"command": "npx",
"args": [
"-y",
"facebook-pages-mcp"
]
}
}
} 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.
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.
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.
create_post ~107
Create a new post on the Facebook Page. Supports text posts, link posts, and photo posts. Returns the new post ID.
| Name | Type | Req | Description |
|---|---|---|---|
| link | string | — | URL to share as a link post. |
| message | string | — | Text content of the post. |
| page_id | string | — | Facebook Page ID. Defaults to FB_PAGE_ID env var if omitted. |
| photo_url | string | — | Public 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).
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | Pagination cursor — pass the value from a previous response to get the next page. |
| limit | integer | — | Number of feed items to return (1-100, default 25). |
| page_id | string | — | Facebook 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page_id | string | — | Facebook 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date_preset | string | — | Date preset (e.g. last_7d, last_28d, last_30d, this_month). Mutually exclusive with since/until. |
| metrics | array | — | Metrics 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_id | string | — | Facebook Page ID. Defaults to FB_PAGE_ID env var if omitted. |
| period | string | — | Aggregation period: day, week, or days_28. |
| since | string | — | Start date (YYYY-MM-DD) for the query range. Use with 'until'. |
| until | string | — | End 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.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | Pagination cursor for the next page of comments. |
| limit | integer | — | Number of comments to return (1-100, default 25). |
| post_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| metrics | array | — | Metrics to retrieve. Defaults to: post_impressions, post_engaged_users, post_clicks, post_reactions_by_type_total, post_activity_by_action_type. |
| post_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | Pagination cursor for the next page of results. |
| limit | integer | — | Number of posts to return (1-100, default 25). |
| page_id | string | — | Facebook 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.
| Name | Type | Req | Description |
|---|---|---|---|
| metrics | array | — | Video 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_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | — | Access token to inspect. Defaults to the FB_PAGE_ACCESS_TOKEN env var. |
No output schema declared.
No examples provided.