MCP.so
登录

NextApp Payments MCP Server Demo

@Denyme24

关于 NextApp Payments MCP Server Demo

Demo project showcasing MCP server integration with MongoDB Atlas for payment data retrieval.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Denyme24

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "YourServerName": {
      "transport": "stdio",
      "command": "node",
      "args": [
        "path/to/your/server.js"
      ],
      "env": {
        "YOUR_ENV_VARIABLE": "your_value"
      },
      "cwd": "path/to/your/project"
    }
  }
}

工具

未检测到工具

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

概览

What is NextApp Payments MCP Server Demo?

A demonstration project that implements a Model Context Protocol (MCP) server using the official SDK. It connects to a MongoDB Atlas database and exposes payment data through MCP resources and tools, enabling interaction via MCP Inspector and Claude AI. Designed for developers learning how to integrate LLMs with structured database data.

How to use NextApp Payments MCP Server Demo?

Configure Claude Desktop by adding the server to its MCP servers configuration with the command node and the path to the server file. Then use natural language or direct commands to query the payments://done resource or invoke the get_completed_payments and get_all_payments tools.

Key features of NextApp Payments MCP Server Demo

  • MCP server built with the official MCP SDK
  • Connects to a specific MongoDB Atlas database
  • Exposes payment data as both resources and tools

评论

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