Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.savhascelik/meta-api-mcp-server

NPM · META-API-MCP-SERVER · SCANNED AUG 3

You can connect any API to LLMs. This enables AI to interact directly with APIs

Available components

+28 this week 52 Trust /100
Trust breakdown (6 categories)

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 Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.4.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (44 of 45), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency43
Schema Quality & AI Usability43
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 2205 tokens (~31/item across 70 items; 70 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 Coverage95
  • 97% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 92% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

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 · meta-api-mcp-server

# add to Claude Code
claude mcp add savhascelik-meta-api-mcp-server -- npx -y meta-api-mcp-server
# add to Codex CLI
codex mcp add savhascelik-meta-api-mcp-server -- npx -y meta-api-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "savhascelik-meta-api-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "meta-api-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add savhascelik-meta-api-mcp-server --command npx --arg -y --arg meta-api-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  savhascelik-meta-api-mcp-server:
    command: "npx"
    args: ["-y", "meta-api-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "savhascelik-meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server"
      ]
    }
  }
}
Changelog

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 +15
    • CVE-2025-66414 affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → poor functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 +1
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → fail functional
  • 31 Jul 26 −7
    • 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 +4
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 97 functional
    • First check of Tool coverage: 92 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

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

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 44 packages

44 packages in the resolved dependency tree · 44 deprecated · 11 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 70 exposed · ~2,205 tokens

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.

Tool Tokens
SubscripitonItems_Listallsubscr ~19

List all subscription items

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

SubscripitonItems_Retrieveasubs ~19

Retrieve a subscription item

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

SubscripitonItems_Retrieveasubs ~21

Retrieve a subscription items current usage

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

SubscripitonItems_Updateasubscr ~28

Update a subscription item

NameTypeReqDescription
bodyobjectRequest body

No output schema declared.

No examples provided.

Subscriptions_CancelaSubscripti ~18

Cancel a Subscription

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Subscriptions_Listallsubscripti ~17

List all subscriptions

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Subscriptions_Retrieveasubscrip ~56

Retrieve a subscription

NameTypeReqDescription
includestringQuery parameter: include
page[number]stringQuery parameter: page[number]
page[size]stringQuery parameter: page[size]

No output schema declared.

No examples provided.

Subscriptions_Updateasubscripti ~26

Update a subscription

NameTypeReqDescription
bodyobjectRequest body

No output schema declared.

No examples provided.

updatePost ~49

Updates an existing post using PUT (replaces the entire post).

NameTypeReqDescription
postIdintegeryesID of the post to update.
updatedPostDataobjectyesThe complete updated post object.

No output schema declared.

No examples provided.

UsageRecords_Createausagerecord ~27

Create a usage record

NameTypeReqDescription
bodyobjectRequest body

No output schema declared.

No examples provided.

UsageRecords_Listallusagerecord ~19

List all usage records

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

UsageRecords_Retrieveausagereco ~18

Retrieve a usage-record

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Users_Retrievetheauthenticatedu ~19

Retrieve the authenticated user

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Variants_Listallvariants ~15

List all variants

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Variants_Retrieveavariant ~73

Retrieve a variant

NameTypeReqDescription
filter[product_id]stringQuery parameter: filter[product_id]
includestringQuery parameter: include
page[number]stringQuery parameter: page[number]
page[size]stringQuery parameter: page[size]

No output schema declared.

No examples provided.

Webhooks_Createawebhook ~32

Create a webhook

NameTypeReqDescription
bodyobjectwebhooks object according to JSON:API spec

No output schema declared.

No examples provided.

Webhooks_Deleteawebhook ~16

Delete a webhook

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Webhooks_Listallwebhooks ~17

List all webhooks

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Webhooks_Retrieveawebhook ~46

Retrieve a webhook

NameTypeReqDescription
filter[store_id]stringQuery parameter: filter[store_id]
includestringQuery parameter: include

No output schema declared.

No examples provided.

Webhooks_Updateawebhook ~32

Update a webhook

NameTypeReqDescription
bodyobjectwebhooks object according to JSON:API spec

No output schema declared.

No examples provided.