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
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
- 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 327 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add savhascelik-meta-api-mcp-server -- npx -y meta-api-mcp-server
codex mcp add savhascelik-meta-api-mcp-server -- npx -y meta-api-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"savhascelik-meta-api-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"meta-api-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add savhascelik-meta-api-mcp-server --command npx --arg -y --arg meta-api-mcp-server
mcp_servers:
savhascelik-meta-api-mcp-server:
command: "npx"
args: ["-y", "meta-api-mcp-server"] {
"mcpServers": {
"savhascelik-meta-api-mcp-server": {
"command": "npx",
"args": [
"-y",
"meta-api-mcp-server"
]
}
}
} 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.
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.
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.
addPet ~34
Add a new pet to the store
| Name | Type | Req | Description |
|---|---|---|---|
| petData | object | yes | Pet 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
| Name | Type | Req | Description |
|---|---|---|---|
| filter[status] | string | — | Query parameter: filter[status] |
| filter[user_email] | string | — | Query parameter: filter[user_email] |
| include | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| charge_code_or_id | string | yes | The code or ID of the charge to cancel. |
No output schema declared.
No examples provided.
Checkouts_Createacheckout ~32
Create a checkout
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| 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.
| Name | Type | Req | Description |
|---|---|---|---|
| chargeData | object | yes | Charge creation data. |
No output schema declared.
No examples provided.
createCheckout ~25
Creates a new checkout object.
| Name | Type | Req | Description |
|---|---|---|---|
| checkoutData | object | yes | Checkout creation data. |
No output schema declared.
No examples provided.
createPost ~26
Creates a new post.
| Name | Type | Req | Description |
|---|---|---|---|
| postData | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| postId | integer | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| 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
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| filter[store_id] | string | — | Query parameter: filter[store_id] |
| include | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| page[number] | string | — | Query parameter: page[number] |
No output schema declared.
No examples provided.
findPetsByStatus ~31
Finds Pets by status
| Name | Type | Req | Description |
|---|---|---|---|
| status | string | yes | Status 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.
| Name | Type | Req | Description |
|---|---|---|---|
| postId | integer | yes | The ID of the post whose comments are to be retrieved. |
No output schema declared.
No examples provided.
getPetById ~28
Find pet by ID
| Name | Type | Req | Description |
|---|---|---|---|
| petId | integer | yes | ID of pet to return |
No output schema declared.
No examples provided.
getPostById ~33
Retrieves a specific post by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| postId | integer | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| 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
| Name | Type | Req | Description |
|---|---|---|---|
| include | string | — | Query parameter: include |
No output schema declared.
No examples provided.
listCharges ~73
Retrieves a list of charge objects.
| Name | Type | Req | Description |
|---|---|---|---|
| ending_before | string | — | A cursor for use in pagination. ID of the charge. |
| limit | integer | — | Number of results per page, default 10, max 100. |
| starting_after | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| ending_before | string | — | — |
| limit | integer | — | — |
| starting_after | string | — | — |
No output schema declared.
No examples provided.
listEvents ~38
Retrieves a list of event objects.
| Name | Type | Req | Description |
|---|---|---|---|
| ending_before | string | — | — |
| limit | integer | — | — |
| starting_after | string | — | — |
No output schema declared.
No examples provided.
listPosts ~30
Retrieves a list of all posts.
| Name | Type | Req | Description |
|---|---|---|---|
| _limit | integer | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| filter[order_id] | string | — | Query parameter: filter[order_id] |
| include | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| 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] |
| include | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| include | string | — | 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
| Name | Type | Req | Description |
|---|---|---|---|
| filter[store_id] | string | — | Query parameter: filter[store_id] |
| include | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| charge_code_or_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| checkout_id | string | yes | The ID of the checkout to retrieve. |
No output schema declared.
No examples provided.
showEvent ~33
Retrieves the details of an event by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| 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.