io.github.mikusnuz/meta
NPM · @MIKUSNUZ/META-MCP · SCANNED AUG 3
MCP server for Instagram Graph API, Threads API & Meta platform management
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 132 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 3581 tokens (~60/item across 59 items; 57 tools + 2 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 · @mikusnuz/meta-mcp
claude mcp add mikusnuz-meta -- npx -y @mikusnuz/meta-mcp
codex mcp add mikusnuz-meta -- npx -y @mikusnuz/meta-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mikusnuz-meta": {
"type": "local",
"command": [
"npx",
"-y",
"@mikusnuz/meta-mcp"
],
"enabled": true
}
}
} openclaw mcp add mikusnuz-meta --command npx --arg -y --arg @mikusnuz/meta-mcp
mcp_servers:
mikusnuz-meta:
command: "npx"
args: ["-y", "@mikusnuz/meta-mcp"] {
"mcpServers": {
"mikusnuz-meta": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/meta-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.
- 2 Aug 26 +33
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +32
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −37
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −39
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Licence: MIT functional
- 29 Jul 26 +55
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: good functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- Licence: MIT functional
- 28 Jul 26 +2
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 24
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/@mikusnuz/[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.
threads_publish_carousel ~83
Publish a carousel post on Threads with 2-20 images/videos.
| Name | Type | Req | Description |
|---|---|---|---|
| items | array | yes | Array of media items |
| quote_post_id | string | — | ID of a post to quote |
| reply_control | string | — | Who can reply |
| text | string | — | Caption text |
| topic_tag | string | — | Topic tag for the post |
No output schema declared.
No examples provided.
threads_publish_image ~133
Publish an image post on Threads. Supports topic tag, quote post, alt text, and spoiler flag.
| Name | Type | Req | Description |
|---|---|---|---|
| alt_text | string | — | Alt text for accessibility (max 1000 chars) |
| image_url | string | yes | Public HTTPS URL of the image (JPEG/PNG, max 8MB) |
| is_spoiler | boolean | — | Mark content as spoiler |
| quote_post_id | string | — | ID of a post to quote |
| reply_control | string | — | Who can reply |
| text | string | — | Caption text |
| topic_tag | string | — | Topic tag for the post |
No output schema declared.
No examples provided.
threads_publish_text ~218
Publish a text-only post on Threads. Supports optional link attachment, poll, GIF, topic tag, and quote post.
| Name | Type | Req | Description |
|---|---|---|---|
| alt_text | string | — | Alt text for accessibility (max 1000 chars) |
| gif_id | string | — | GIF ID from GIPHY or Tenor |
| gif_provider | string | — | GIF provider (GIPHY or TENOR). Tenor sunsets March 31, 2026. |
| is_spoiler | boolean | — | Mark content as spoiler |
| link_attachment | string | — | URL to attach as a link preview card (max 5 links per post) |
| poll_options | array | — | Poll options (2-4 choices). Creates a poll attachment. |
| quote_post_id | string | — | ID of a post to quote |
| reply_control | string | — | Who can reply |
| text | string | yes | Post text (max 500 chars) |
| topic_tag | string | — | Topic tag for the post (1-50 chars, no periods or ampersands) |
No output schema declared.
No examples provided.
threads_publish_video ~146
Publish a video post on Threads. Waits for video processing. Supports topic tag, quote post, alt text, and spoiler flag.
| Name | Type | Req | Description |
|---|---|---|---|
| alt_text | string | — | Alt text for accessibility (max 1000 chars) |
| is_spoiler | boolean | — | Mark content as spoiler |
| quote_post_id | string | — | ID of a post to quote |
| reply_control | string | — | Who can reply |
| text | string | — | Caption text |
| topic_tag | string | — | Topic tag for the post |
| video_url | string | yes | Public HTTPS URL of the video (MP4/MOV, max 1GB, up to 5 min) |
No output schema declared.
No examples provided.
threads_reply ~66
Reply to a Threads post or another reply.
| Name | Type | Req | Description |
|---|---|---|---|
| image_url | string | — | Optional image URL to attach |
| reply_to_id | string | yes | Post ID to reply to |
| text | string | yes | Reply text |
| video_url | string | — | Optional video URL to attach |
No output schema declared.
No examples provided.
threads_search_posts ~128
Search for public Threads posts by keyword or topic tag. Results can be filtered by media type and author.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | Pagination cursor |
| author_username | string | — | Filter results by author username |
| limit | number | — | Number of results |
| media_type | string | — | Filter results by media type |
| q | string | yes | Search keyword or query |
| search_type | string | — | Search by keyword or topic tag (default: keyword) |
| since | string | — | Start date (Unix timestamp) |
| until | string | — | End date (Unix timestamp) |
No output schema declared.
No examples provided.
threads_unhide_reply ~34
Unhide a previously hidden reply on your Threads post.
| Name | Type | Req | Description |
|---|---|---|---|
| reply_id | string | yes | Reply ID to unhide |
No output schema declared.
No examples provided.