# io.github.lanternrow/facebook-pages-mcp (npm · facebook-pages-mcp)

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

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `facebook-pages-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/lanternrow-facebook-pages-mcp/facebook-pages-mcp.md), [page](https://verifymcp.io/servers/lanternrow-facebook-pages-mcp/facebook-pages-mcp)

## Channel facts

- Registry: `npm`
- Package: `facebook-pages-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 35 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 938 tokens (~104/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lanternrow-facebook-pages-mcp -- npx -y facebook-pages-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lanternrow-facebook-pages-mcp --command npx --arg -y --arg facebook-pages-mcp
```

### Hermes

```yaml
mcp_servers:
  lanternrow-facebook-pages-mcp:
    command: "npx"
    args: ["-y", "facebook-pages-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lanternrow-facebook-pages-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "facebook-pages-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 65, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 21, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 26, −20)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `get_page_info` (~53 tokens)

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

Input parameters:

- `page_id` (string): Facebook Page ID. Defaults to FB_PAGE_ID env var if omitted.

### `get_page_insights` (~273 tokens)

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.

Input parameters:

- `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'.

### `get_published_posts` (~90 tokens)

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

Input parameters:

- `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.

### `get_post_insights` (~93 tokens)

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

Input parameters:

- `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, required): The Facebook Post ID (format: pageId_postId).

### `get_post_comments` (~81 tokens)

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

Input parameters:

- `after` (string): Pagination cursor for the next page of comments.
- `limit` (integer): Number of comments to return (1-100, default 25).
- `post_id` (string, required): The Facebook Post ID to retrieve comments for.

### `get_video_insights` (~95 tokens)

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

Input parameters:

- `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, required): The Facebook Video ID to retrieve insights for.

### `get_page_feed` (~94 tokens)

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

Input parameters:

- `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.

### `create_post` (~107 tokens)

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

Input parameters:

- `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.

### `refresh_token_info` (~52 tokens)

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

Input parameters:

- `token` (string): Access token to inspect. Defaults to the FB_PAGE_ACCESS_TOKEN env var.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lanternrow-facebook-pages-mcp/facebook-pages-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 65
- 2026-08-01: 21
- 2026-07-31: 26
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/facebook-pages-mcp
- Socket report: https://socket.dev/npm/package/facebook-pages-mcp
- Repository: https://github.com/lanternrow/facebook-pages-mcp
- Changelog RSS feed: https://verifymcp.io/servers/lanternrow-facebook-pages-mcp/facebook-pages-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lanternrow-facebook-pages-mcp/facebook-pages-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lanternrow-facebook-pages-mcp/facebook-pages-mcp
