npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@adyen/mcp

v0.4.0

Published

The Adyen Model Context Protocol server allows you to integrate with Adyen APIs through LLMs function calling utilizing various Clients. It currently supports the following tools:

Readme

Adyen MCP Server

The Adyen Model Context Protocol server allows you to integrate with Adyen APIs through LLMs function calling utilizing various Clients. It currently supports the following tools:

  1. CheckoutAPI - Sessions
    • Create a /sessions payment request
    • Get the result of a payment session
    • Get the available payment methods
  2. CheckoutAPI - Payment Links
    • Gets the status of a payment link
    • Create a payment link
    • Updates a payment link (force expiry of the link)
  3. Modifications API - Cancel / Refund
    • Cancels an authorized payment
    • Refunds a captured payment
  4. Management API - Accounts
    • Gets a list of merchant accounts for your company account
  5. Management API - Terminals
    • Get a list of terminals
    • Reassign a terminal
    • Get Android app details
    • Get a list of Android apps
    • Get a list of Android certificates
    • Create a terminal action
    • Get a list of terminal actions
    • Get terminal settings
    • Update terminal settings
  6. Management API - Webhooks
    • List all webhooks
    • Get a webhook
  7. Configuration API - Account Holders
    • Get account holder details and its capability settings.
  8. Legal entity management API - Legal entities and onboarding links
    • Get legal entity details and its KYC information.
    • Create an onboarding link for a legal entity.

Usage

To run to the MCP server via npx you can execute:

npx -y @adyen/mcp --adyenApiKey=YOUR_ADYEN_API_KEY --env=TEST

Optionally, if the environment is LIVE then you must also provide your Merchant URL, for example:

npx -y @adyen/mcp --adyenApiKey=YOUR_ADYEN_API_KEY --env=LIVE --livePrefix=YOUR_PREFIX_URL

Note: To run certain functionality (tools) in the mcp-server, you need a webservice user with the following roles:

  • Management API - Accounts Read
  • Management API - Payment methods Read
  • Checkout Webservice Role
  • Merchant PAL Webservice Role
  • Management API - Terminals read
  • Management API — Assign Terminal
  • Management API — Terminal actions read
  • Management API — Terminal actions read and write
  • Management API — Android files read
  • Management API — Terminal settings read
  • Management API — Terminal settings read and write
  • Management API — Webhooks read

Adyen recommends creating a new webservice user and generating a new API key for the purpose of this application. Only use the new user’s API key for the MCP application and limit the roles to match the tools you'll be using.

License

MIT license. For more information, see the LICENSE file.

Contributing

We strongly encourage you to contribute to our repository. Find out more in our contribution guidelines

Support

If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact: [email protected]