MCP.so
登录

Business Request Server

@dto-btn

关于 Business Request Server

Demo PoC MCP server to be used in other PoC

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

dto-btn

配置

使用下面的配置,将此服务器添加到你的 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_requests tool with custom query filters
  • Provides filter_results tool for post-search filtering
  • Supports local development via mcp dev or python 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 服务器