io.github.lanternrow/facebook-pages-mcp
NPM · FACEBOOK-PAGES-MCP · SCANNED SEP 20
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. 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 83 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).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 Management93
- Stability observed for 28 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.lanternrow/facebook-pages-mcp server?
io.github.lanternrow/facebook-pages-mcp runs locally as an npm package, launched with npx -y facebook-pages-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · facebook-pages-mcp
claude mcp add lanternrow-facebook-pages-mcp -- npx -y facebook-pages-mcp
{
"mcpServers": {
"lanternrow-facebook-pages-mcp": {
"command": "npx",
"args": [
"-y",
"facebook-pages-mcp"
]
}
}
} {
"servers": {
"lanternrow-facebook-pages-mcp": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"facebook-pages-mcp"
]
}
}
} assistant mcp add lanternrow-facebook-pages-mcp -t stdio -c npx -a -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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −3
- Stability: pass → 0.80 functional
- 15 Sept 26 +1
- Stability: 0.97 → pass security
- Security disclosure: unverified → fail ▼ functional
- 14 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 9 Sept 26 −3
- Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/facebook-pages-mcp@1.0.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
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.
What is the io.github.lanternrow/facebook-pages-mcp server?
io.github.lanternrow/facebook-pages-mcp is listed in the public MCP registry as io.github.lanternrow/facebook-pages-mcp. Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0. This page covers its npm package (facebook-pages-mcp).
Is the io.github.lanternrow/facebook-pages-mcp server safe to use?
io.github.lanternrow/facebook-pages-mcp scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.lanternrow/facebook-pages-mcp server expose?
io.github.lanternrow/facebook-pages-mcp exposes 9 tools: get_page_info, get_page_insights, get_published_posts, get_post_insights, get_post_comments, and 4 more. Their descriptions and schemas cost roughly 938 tokens of context every time the server is loaded.
Is the io.github.lanternrow/facebook-pages-mcp server still maintained?
io.github.lanternrow/facebook-pages-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.lanternrow/facebook-pages-mcp server under?
io.github.lanternrow/facebook-pages-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.