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

コメント

「その他」の他のコンテンツ