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
—
云与基础设施 分类下的更多 MCP 服务器
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
🐋 Docker MCP server
ckreilingMCP server for Docker
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
评论