Business Request Server
@dto-btn
关于 Business Request Server
Demo PoC MCP server to be used in other PoC
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"br-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
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.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论