MCP.so
Sign In

Business Request Server

@dto-btn

About Business Request Server

Demo PoC MCP server to be used in other PoC

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

dto-btn

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_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

Comments

More Other MCP servers