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

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

NPM · META-API-MCP-SERVER · SCANNED SEP 26

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

Available components

0 this week 70 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security81
  • 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
  • 12 of 45 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency43
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • 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 Management90
  • Stability observed for 27 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "createCharge" implies "charge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 70 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.savhascelik/meta-api-mcp-server server?

io.github.savhascelik/meta-api-mcp-server runs locally as an npm package, launched with npx -y meta-api-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · meta-api-mcp-server

# add to Claude Code
claude mcp add savhascelik-meta-api-mcp-server -- npx -y meta-api-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "savhascelik-meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "meta-api-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "savhascelik-meta-api-mcp-server": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "savhascelik-meta-api-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "meta-api-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add savhascelik-meta-api-mcp-server -t stdio -c npx -a -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.

  • 26 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1
    • Security disclosure: unverified → fail ▼ functional
  • 23 Sept 26 −3
    • Security disclosure: fail → unverified ▼ functional
    • Stability: pass → 0.80 functional
  • 22 Sept 26 0
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

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 26 Sept 2026 · Analysed npm/meta-api-mcp-server@1.0.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

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

Background: What a vulnerability scan can and cannot prove →

Dependencies 45 packages
Packages resolved 45
Stale 12
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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]string–Query parameter: filter[status]
filter[user_email]string–Query parameter: filter[user_email]
includestring–Query parameter: include
page[number]string–Query parameter: page[number]
page[size]string–Query 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
bodyobject–checkouts 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]string–Query parameter: page[number]
page[size]string–Query 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]string–Query parameter: filter[discount_id]
page[number]string–Query parameter: page[number]
page[size]string–Query parameter: page[size]

No output schema declared.

No examples provided.

Discounts_Createadiscount ~23

Create a discount

NameTypeReqDescription
bodyobject–Request 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]string–Query parameter: filter[store_id]
includestring–Query parameter: include
page[number]string–Query parameter: page[number]
page[size]string–Query 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]string–Query 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]string–Query parameter: page[number]
page[size]string–Query 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
includestring–Query parameter: include

No output schema declared.

No examples provided.

listCharges ~73

Retrieves a list of charge objects.

NameTypeReqDescription
ending_beforestring–A cursor for use in pagination. ID of the charge.
limitinteger–Number of results per page, default 10, max 100.
starting_afterstring–A 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
_limitinteger–Limit 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]string–Query parameter: filter[order_id]
includestring–Query parameter: include
page[number]string–Query parameter: page[number]
page[size]string–Query 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]string–Query parameter: filter[product_id]
filter[store_id]string–Query parameter: filter[store_id]
filter[user_email]string–Query parameter: filter[user_email]
includestring–Query parameter: include
page[number]string–Query parameter: page[number]
page[size]string–Query 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
includestring–Query 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]string–Query parameter: filter[store_id]
includestring–Query parameter: include
page[size]string–Query 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]string–Query parameter: filter[status]
page[number]string–Query parameter: page[number]
page[size]string–Query parameter: page[size]

No output schema declared.

No examples provided.

Common questions

What is the io.github.savhascelik/meta-api-mcp-server server?

io.github.savhascelik/meta-api-mcp-server is listed in the public MCP registry as io.github.savhascelik/meta-api-mcp-server. You can connect any API to LLMs. This enables AI to interact directly with APIs. This page covers its npm package (meta-api-mcp-server).

Is the io.github.savhascelik/meta-api-mcp-server server safe to use?

io.github.savhascelik/meta-api-mcp-server scores 70 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.savhascelik/meta-api-mcp-server server expose?

io.github.savhascelik/meta-api-mcp-server exposes 70 tools: listCharges, createCharge, showCharge, cancelCharge, listCheckouts, and 65 more. Their descriptions and schemas cost roughly 2,205 tokens of context every time the server is loaded.

Is the io.github.savhascelik/meta-api-mcp-server server still maintained?

io.github.savhascelik/meta-api-mcp-server is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.savhascelik/meta-api-mcp-server server under?

io.github.savhascelik/meta-api-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.