meta-horizon-developer-mcp
Collects analytics data from the Meta Horizon developer dashboard, providing read-only access to app analytics snapshots.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meta-horizon-developer-mcpShow me the latest snapshot metadata and status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
meta-horizon-developer-mcp
Meta Horizon の開発者ダッシュボード (developers.meta.com/horizon) の Analytics を 読み取り専用で収集する stdio MCP サーバ。
他プロジェクトから使う入口は MCP。同梱の meta-horizon-developer CLI は
収集する owner だけが使う (人手の認証と cron の定期収集)。
認証済みブラウザで Analytics ページを開き、Dashboard 自身が発行した persisted
GraphQL Query の成功応答だけを傍受し、秘匿値を落として不変 JSON へ保存する。
リクエストを組み立てて投げ直さない。Mutation も任意 URL の取得も持たない。
対象アプリ (app_id) と保存先は呼び出し側が決める。収集した値の下流での扱い
(DuckDB への登録など) はこのパッケージの責務ではない。
使い方
# 1. 人手でログインする (専用の Chromium profile に cookie が残る)
meta-horizon-developer --app-id <APP_ID> --profile-dir .state/meta-horizon-developer/profile auth
# 2. 収集する (cron 向け。不変 JSON を 1 ファイル書く)
meta-horizon-developer --app-id <APP_ID> --snapshot-dir data/raw/meta-store collect
# 3. 状態を見る
meta-horizon-developer --app-id <APP_ID> --snapshot-dir data/raw/meta-store status引数の代わりに環境変数でも渡せる。
環境変数 | 対応する引数 |
|
|
|
|
|
|
|
|
|
|
| 上記 3 つの既定の親 (既定 |
| Chromium の実行ファイル |
Related MCP server: appd-mcp
MCP
stdio MCP サーバとして起動する。ホストへの登録方法はホスト側の流儀に従う
(gateway 経由でも、ホストの MCP 設定へ直接でもよい)。必要なのは実行ファイルの
パスと --app-id / --snapshot-dir だけ。
{
"mcpServers": {
"meta-horizon-developer": {
"command": "/path/to/.venv/bin/meta-horizon-developer-mcp",
"args": ["--app-id", "<APP_ID>", "--snapshot-dir", "/path/to/data/raw/meta-store"]
}
}
}公開するツールは 4 つだけ。
meta_horizon_developer_status— 認証の有無と最新スナップショットの健全性meta_horizon_developer_collect— 収集を実行するmeta_horizon_developer_latest_snapshot— 最新スナップショットのメタデータ (本体は返さない)meta_horizon_developer_read_operation— 許可された Query を 1 件読む
認証・任意 URL・任意 operation・Mutation・Cookie/token は公開しない。 認証は人手が要るので CLI 側にだけ置く。
守っている前提
profile は同時に 1 プロセスしか開けない。
auth/collect/capture-csvは 排他ロックを取り、取れなければ待たずにProfileBusyErrorで落ちる1 ディレクトリ 1 アプリ。 別
app_idのスナップショットがある場所へは書かない (AppIdMismatchError)--password-store=basicを必ず付ける。 キーリングの無い環境では Chromium が 別の鍵を選び、保存済み cookie を 1 件も復号できないまま「認証切れ」に見えるプロキシは認証情報を分けて渡す。 URL に埋め込んだままだと Chromium は CONNECT に 使わず、407 →
ERR_TUNNEL_CONNECTION_FAILEDで全ページが開けない集計期間は URL の
start/end。 プリセットは最長 28 日しか選べないため、 カスタム期間 (既定 120 日) を URL で渡して Dashboard により長い日次系列を出させる収集が 0 件なら空のスナップショットを残さず失敗する。 部分欠損は
missing_operations/missing_required_operationsに残す
スナップショットの形
{
"schema_version": 1,
"collected_at": "2026-08-06T01:23:45Z",
"source": "meta-horizon-dashboard",
"app_id": "…",
"operations": [{"name": "…Query", "doc_id": "…", "data": {…}, "errors": null}],
"missing_operations": ["…"],
"missing_required_operations": ["…"]
}ファイル名は meta-store-<UTC>.json、権限は 0600。上書きしない。
dashboard.json は収集対象の Dashboard ページと許可 operation の一覧
(= Dashboard の契約) であり、どのアプリを見るかは含まない。画面構成はアプリに
よらず同じなので、この許可リストは全アプリで共有する。
秘匿値
cookie は専用 profile にだけ残る。設定ファイルにもスナップショットにも書かない
応答は保存前に redact する (authorization / cookie / token / session / email / user_id / dtsg など)
profile とスナップショットは git 管理下へ置かない
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA read-only MCP server for OpenObserve Community Edition that works over the REST API. Provides tools for searching logs, traces, stream schemas, and dashboards - no Enterprise license required.Last updated816GPL 3.0
- AlicenseAqualityBmaintenanceA read-only MCP server for AppDynamics that exposes 12 task-oriented tools to query applications, topology, metrics, snapshots, health rules, anomalies, events, alerting config, analytics events, and dependency maps via OAuth API-client credentials.Last updated121MIT
- AlicenseCqualityCmaintenanceRead-only MCP server for Meta (Facebook) Graph API, enabling access to Marketing API, Pages, Instagram, and WhatsApp Business data through Claude Code and any MCP-compatible client.Last updated3071MIT
- Alicense-qualityDmaintenanceRead-only MCP server for Meta Ads that lists and reads ad accounts, campaigns, ad sets, ads, ad images, creatives, and fetches insights at various levels.Last updatedMIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takezoh/meta-horizon-developer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server