MCP.so
登录

Payflow

@chainbound

关于 Payflow

A toolkit for building micropayment-gated MCP servers

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

chainbound

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Payflow?

Payflow is a toolkit for building micropayment-gated MCP servers. It provides a local MCP server for generating micropayments and a TypeScript SDK for integrating micropayments into your own MCP server.

How to use Payflow?

Install the packages via npm (@chainbound/payflow-mcp and @chainbound/payflow-sdk). Refer to each package’s README for detailed setup and usage instructions. An example integration (Cryo MCP) is available for reference.

Key features of Payflow

  • Local MCP server for generating micropayments
  • TypeScript SDK for integrating micropayments into MCP servers
  • Monorepo structure with separate server and SDK packages
  • Example integration (Cryo MCP) for reference
  • Published as npm packages for easy installation

Use cases of Payflow

  • Building micropayment-gated MCP servers
  • Creating pay-per‑use or rate‑limited tools and APIs on top of MCP
  • Integrating micropayments into existing MCP servers using the SDK

FAQ from Payflow

What packages does Payflow include?

Payflow includes two main packages: @chainbound/payflow-mcp (local MCP server for generating micropayments) and @chainbound/payflow-sdk (TypeScript SDK for integrating micropayments into your MCP server).

How do I get started with Payflow?

Install the desired package(s) from npm and follow the instructions in the respective package README. The Cryo MCP example demonstrates a real‑world integration.

What is the purpose of payflow-mcp?

Payflow-mcp is a local MCP server that handles the generation of micropayments, acting as the payment infrastructure for micropayment‑gated MCP servers.

What is the purpose of payflow-sdk?

Payflow-sdk is a

评论

其他 分类下的更多 MCP 服务器