NextApp Payments MCP Server Demo
@Denyme24
关于 NextApp Payments MCP Server Demo
Demo project showcasing MCP server integration with MongoDB Atlas for payment data retrieval.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论