MCP.so
登录

Untappd Model Context Protocol Server

@jtucker

关于 Untappd Model Context Protocol Server

Untappd Model Context Protocol Server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

jtucker

配置

暂无标准配置

该服务器的 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 three tools for searching beers, getting beer details, and retrieving user checkins (currently non‑functional). Intended for use with MCP‑compatible clients like Claude Desktop.

How to use Untappd Model Context Protocol Server?

Install dependencies with npm install, build with npm run build, then add the server configuration to your Claude Desktop config file. Run npm run watch for development with auto‑rebuild or npm run inspector for debugging with MCP Inspector.

Key features of Untappd Model Context Protocol Server

  • Searches Untappd for a beer (search_beer)
  • Gets detailed beer info by beer ID (get_beer_info)
  • Retrieves a user’s checkins (get_user_checkins – currently not working)
  • Communicates over stdio via the MCP protocol
  • Built for Node.js, easy to integrate with Claude Desktop

Use cases of Untappd Model Context Protocol Server

  • Look up a beer by name and get its Untappd details
  • Obtain detailed beer information (e.g., ABV, brewery, rating) using a beer ID
  • Retrieve a logged‑in user’s recent checkins (once the tool is fixed)

FAQ from Untappd Model Context Protocol Server

Can I still get an Untappd API key?

No. Untappd is no longer accepting registrations for new API keys, so this server can only be used with an existing, valid key.

Why does get_user_checkins not work?

The README states that this tool “currently does not work” and will return a user’s checkins once implemented.

What runtime and dependencies are required?

Node.js is required. Dependencies are installed via npm install.

Where do I configure this server for Claude Desktop?

On macOS, add the server to ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows, use %APPDATA%/Claude/claude_desktop_config.json.

How can I debug the server?

Use the MCP Inspector by running npm run inspector; it provides a URL with debugging tools.

评论

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