my-mcp-server

my-mcp-server

0

This project demonstrates how to implement an MCP server to expose payment data from a MongoDB database, integrating with tools like MCP Inspector and Claude AI. It showcases how LLMs interact with structured data, providing insights into successfully completed payments.

NextApp Payments MCP Server Demo

A demonstration project showcasing the implementation of a Model Context Protocol (MCP) server that exposes MongoDB payment data. It connects to a specific MongoDB Atlas database to retrieve successfully completed payment records and integrates with both MCP Inspector and Claude AI.

Project Overview

  • Implementation of an MCP server using the official SDK
  • Connections to MongoDB Atlas
  • Retrieves payment records with done: true
  • Integration with MCP Inspector and Claude AI
  • LLM interaction with structured database data

MCP Inspector View

MCP Inspector displays payment records retrieved via the MCP server.

Claude AI Integration

Claude AI analyzes payment data from the MCP server, presenting results with total amounts, date ranges, and key observations.

Important Notes

This demo illustrates MCP server implementation, MongoDB data exposure as MCP resources, and ways to access this data through MCP Inspector and Claude AI.