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

コメント

「その他」の他のコンテンツ