Business Request Server
@dto-btn
About Business Request Server
Demo PoC MCP server to be used in other PoC
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"br-mcp-server": {
"command": "uv",
"args": [
"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 Business Request Server?
The Business Request Server is a demo proof-of-concept MCP server designed for use in other PoCs. It provides MCP tools to search and filter business request records via a database connection (using pymssql).
How to use Business Request Server?
Install dependencies with uv venv and uv pip install -e ., then run locally with mcp dev server.py or python server.py. Navigate to the URL shown to test the server. Use the search_business_requests tool with a JSON query filter and the filter_results tool to further refine results. The server can also be run via Docker or deployed manually to Azure.
Key features of Business Request Server
- Provides
search_business_requeststool with custom query filters - Provides
filter_resultstool for post-search filtering - Supports local development via
mcp devorpython server.py - Can be containerized with Docker
- Supports manual deployment to Azure Web Apps
Use cases of Business Request Server
- Demonstrating an MCP server for business request data retrieval
- Testing M
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
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.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Comments