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
addPet ~34

Add a new pet to the store

NameTypeReqDescription
petDataobjectyesPet object that needs to be added to the store

No output schema declared.

No examples provided.

Affiliates_Listallaffiliates ~17

List all affiliates

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Affiliates_Retrieveanaffiliate ~88

Retrieve an affiliate

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

No output schema declared.

No examples provided.

cancelCharge ~38

Cancels an unresolved charge by its code or ID.

NameTypeReqDescription
charge_code_or_idstringyesThe code or ID of the charge to cancel.

No output schema declared.

No examples provided.

Checkouts_Createacheckout ~32

Create a checkout

NameTypeReqDescription
bodyobjectcheckouts object according to JSON:API spec

No output schema declared.

No examples provided.

Checkouts_Listallcheckouts ~17

List all checkouts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Checkouts_Retrieveacheckout ~45

Retrieve a checkout

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

No output schema declared.

No examples provided.

createCharge ~25

Creates a new charge object.

NameTypeReqDescription
chargeDataobjectyesCharge creation data.

No output schema declared.

No examples provided.

createCheckout ~25

Creates a new checkout object.

NameTypeReqDescription
checkoutDataobjectyesCheckout creation data.

No output schema declared.

No examples provided.

createPost ~26

Creates a new post.

NameTypeReqDescription
postDataobjectyesThe post object to create.

No output schema declared.

No examples provided.

Customers_Listallcustomers ~14

List all customers

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Customers_Retrieveacustomer ~15

Retrieve a customer

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

deletePost ~31

Deletes a specific post by its ID.

NameTypeReqDescription
postIdintegeryesThe ID of the post to delete.

No output schema declared.

No examples provided.

DiscountRedemptions_Listalldisc ~21

List all discount redemptions

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

DiscountRedemptions_Retrieveadi ~64

Retrieve a discount redemption

NameTypeReqDescription
filter[discount_id]stringQuery parameter: filter[discount_id]
page[number]stringQuery parameter: page[number]
page[size]stringQuery parameter: page[size]

No output schema declared.

No examples provided.

Discounts_Createadiscount ~23

Create a discount

NameTypeReqDescription
bodyobjectRequest body

No output schema declared.

No examples provided.

Discounts_Deleteadiscount ~14

Delete a discount

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Discounts_Listalldiscounts ~16

List all discounts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Discounts_Retrieveadiscount ~72

Retrieve a discount

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

No output schema declared.

No examples provided.

Files_Listallfiles ~14

List all files

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Files_Retrieveafile ~28

Retrieve a file

NameTypeReqDescription
page[number]stringQuery parameter: page[number]

No output schema declared.

No examples provided.

findPetsByStatus ~31

Finds Pets by status

NameTypeReqDescription
statusstringyesStatus values that need to be considered for filter

No output schema declared.

No examples provided.

get_v1_404 ~14

404

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

getCommentsForPost ~37

Retrieves all comments for a specific post.

NameTypeReqDescription
postIdintegeryesThe ID of the post whose comments are to be retrieved.

No output schema declared.

No examples provided.

getPetById ~28

Find pet by ID

NameTypeReqDescription
petIdintegeryesID of pet to return

No output schema declared.

No examples provided.

getPostById ~33

Retrieves a specific post by its ID.

NameTypeReqDescription
postIdintegeryesThe ID of the post to retrieve.

No output schema declared.

No examples provided.

Health ~9

Health

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

LicenseKeyInstances_Listalllice ~18

List all license key instances

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

LicenseKeyInstances_Retrieveali ~46

Retrieve a license key instance

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

No output schema declared.

No examples provided.

LicenseKeys_Listalllicensekeys ~17

List all license keys

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

LicenseKeys_Retrievealicensekey ~29

Retrieve a license key

NameTypeReqDescription
includestringQuery parameter: include

No output schema declared.

No examples provided.

listCharges ~73

Retrieves a list of charge objects.

NameTypeReqDescription
ending_beforestringA cursor for use in pagination. ID of the charge.
limitintegerNumber of results per page, default 10, max 100.
starting_afterstringA cursor for use in pagination. ID of the charge.

No output schema declared.

No examples provided.

listCheckouts ~39

Retrieves a list of checkout objects.

NameTypeReqDescription
ending_beforestring
limitinteger
starting_afterstring

No output schema declared.

No examples provided.

listEvents ~38

Retrieves a list of event objects.

NameTypeReqDescription
ending_beforestring
limitinteger
starting_afterstring

No output schema declared.

No examples provided.

listPosts ~30

Retrieves a list of all posts.

NameTypeReqDescription
_limitintegerLimit the number of results (optional).

No output schema declared.

No examples provided.

OrderItems_Listallorderitems ~17

List all order items

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

OrderItems_Retrieveanorderitem ~75

Retrieve an order item

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

No output schema declared.

No examples provided.

Orders_Listallorders ~14

List all orders

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Orders_Retrieveanorder ~106

Retrieve an order

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

No output schema declared.

No examples provided.

Prices_Listallprices ~14

List all prices

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Prices_Retrieveaprice ~26

Retrieve a price

NameTypeReqDescription
includestringQuery parameter: include

No output schema declared.

No examples provided.

Products_Listallproducts ~14

List all products

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Products_Retrieveaproduct ~58

Retrieve a product

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

No output schema declared.

No examples provided.

showCharge ~39

Retrieves the details of a charge by its code or ID.

NameTypeReqDescription
charge_code_or_idstringyesThe code or ID of the charge to retrieve.

No output schema declared.

No examples provided.

showCheckout ~33

Retrieves the details of a checkout by its ID.

NameTypeReqDescription
checkout_idstringyesThe ID of the checkout to retrieve.

No output schema declared.

No examples provided.

showEvent ~33

Retrieves the details of an event by its ID.

NameTypeReqDescription
event_idstringyesThe ID of the event to retrieve.

No output schema declared.

No examples provided.

Stores_Listallstores ~14

List all stores

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Stores_Retrieveastore ~14

Retrieve a store

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

SubscripitonInvoices_Listallsub ~18

List all subscription invoices

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

SubscripitonInvoices_Retrieveas ~62

Retrieve a subscription invoice

NameTypeReqDescription
filter[status]stringQuery parameter: filter[status]
page[number]stringQuery parameter: page[number]
page[size]stringQuery parameter: page[size]

No output schema declared.

No examples provided.