MCP.so
Sign In

Untappd Model Context Protocol Server

@MCP-Mirror

About Untappd Model Context Protocol Server

Mirror of

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers