MCP.so
Sign In

untapped-mcp

@etoxin

About untapped-mcp

A Untapped MCP server to be used with claude.

Basic information

Category

Other

License

Apache-2.0 license

Runtime

node

Transports

stdio

Publisher

etoxin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Untappd": {
      "command": "node",
      "args": [
        "/Users/adamlusted/projects/untapped-mcp/build/index.js"
      ],
      "env": {
        "UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

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 untapped-mcp?

A Model Context Protocol (MCP) server that integrates with the Untappd API, designed for use with Claude.

How to use untapped-mcp?

Clone or download the repository, obtain your Untappd API client ID and secret, then add the server configuration to your Claude Desktop's claude_desktop_config.json using the node command pointing to the built index.js file. The environment variables UNTAPPED_API_CLIENT_ID and UNTAPPED_API_CLIENT_SECRET must be set.

Key features of untapped-mcp

Use cases of untapped-mcp

FAQ from untapped-mcp

Comments

More Other MCP servers