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 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论