MCP.so
登录

Untappd Model Context Protocol Server

@MCP-Mirror

关于 Untappd Model Context Protocol Server

Mirror of

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Untappd Model Context Protocol Server?

A simple MCP server written in Node.js to query the Untappd API. It provides tools to search for beers and retrieve detailed beer information. Untappd is no longer accepting registrations for new API keys, so an existing API key is required.

How to use Untappd Model Context Protocol Server?

Install dependencies with npm install, build with npm run build, then add the server configuration to the Claude Desktop config file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows). Use npm run watch for auto-rebuild during development. Debug via the MCP Inspector with npm run inspector. The server exposes three tools: search_beer, get_beer_info, and get_user_checkins (the last is currently non-functional).

Key features of Untappd Model Context Protocol Server

  • Search beers on Untappd using search_beer
  • Get detailed beer info by beer ID with get_beer_info
  • Provides a get_user_checkins tool (currently not working)
  • Written in Node.js for MCP client compatibility
  • Supports debugging with the MCP Inspector

Use cases of Untappd Model Context Protocol Server

  • Search for a specific beer by name or criteria
  • Retrieve full details about a beer using its ID

FAQ from Untappd Model Context Protocol Server

What tools does the server provide?

The server offers search_beer, get_beer_info, and get_user_checkins. The get_user_checkins tool is documented but currently does not work.

How do

评论

其他 分类下的更多 MCP 服务器