What?
@bkakadiya
About What?
Sample Application showing Agentic AI using MCP servers interacting with REST Services, Database and File Store
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentic-ai-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is What?
What? is a sample application demonstrating Agentic AI using an MCP server that connects to a REST API, PostgreSQL database, and document storage. It is intended for developers learning to build AI agents that interact with multiple data sources via the MCP protocol.
How to use What?
Install UV and dependencies from pyproject.toml, activate a virtual environment, and populate sample financial transaction data with python util/populate_data.py. Configure the MCP client (Claude for Windows) by placing a modified claude_desktop_config.json in the Claude app data folder, then restart Claude Desktop.
Key features of What?
- Sample application for Agentic AI with MCP
- Connects to REST API, PostgreSQL, Document Storage
- Populates financial transaction test data
- Configured for Claude Desktop as MCP client
Use cases of What?
- Learning how to build an MCP server that aggregates REST, database, and document sources
- Prototyping an AI agent that answers queries using financial transaction data
FAQ from What?
What dependencies does What? require?
Python, UV, a virtual environment, and packages defined in pyproject.toml. It also requires an Alpha Vantage API key and PostgreSQL credentials.
How do I populate sample data?
Run python util/populate_data.py after installing dependencies.
How is the MCP client configured?
Copy the sample config file from config/sample_claude_desktop_config.json to the Claude app data folder, rename it, and update the API key and database connection details.
Frequently asked questions
What dependencies does What? require?
Python, UV, a virtual environment, and packages defined in `pyproject.toml`. It also requires an Alpha Vantage API key and PostgreSQL credentials.
How do I populate sample data?
Run `python util/populate_data.py` after installing dependencies.
How is the MCP client configured?
Copy the sample config file from `config/sample_claude_desktop_config.json` to the Claude app data folder, rename it, and update the API key and database connection details.
Basic information
More Reasoning MCP servers
AWorld: Advancing Agentic AI
inclusionAISearch, understand, reproduce, and improve an idea with ease
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
Comments