Untappd MCP Server using Azure Functions
@jtucker
Untappd MCP Server using Azure Functions について
An example MCP Azure Function in F#
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"untappddotnet": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:7071/runtime/webhooks/mcp/sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Untappd MCP Server using Azure Functions?
The Untappd MCP Server using Azure Functions is a version of the Untappd MCP Server that runs on Azure Functions and uses Server Sent Events (SSE) for transport. It requires a configured Untappd Client ID and Client Secret to authenticate with the Untappd API.
How to use Untappd MCP Server using Azure Functions?
Configure Claude Desktop by editing claude_desktop_config.json to run the mcp-remote command pointing to http://localhost:7071/runtime/webhooks/mcp/sse. Build the project with dotnet 9.0 and Docker Desktop, and set the Untappd:ClientId and Untappd:ClientSecret in local.settings.json.
Key features of Untappd MCP Server using Azure Functions
- Uses Azure Functions with Server Sent Events transport
- Requires dotnet 9.0 and Docker Desktop
- Needs Untappd Client ID and Client Secret
- Uses
mcp-remotefor SSE integration with Claude Desktop
Use cases of Untappd MCP Server using Azure Functions
—
FAQ from Untappd MCP Server using Azure Functions
—
「クラウドとインフラ」の他のコンテンツ
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
コメント