MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
untappd-mcp-server · npm · 2.0.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.darrenjrobinson/untappd",
"description": "MCP server exposing Untappd API tools for AI agents — full v4 read API coverage",
"repository": {
"url": "https://github.com/darrenjrobinson/untappd-mcp-server",
"source": "github"
},
"version": "2.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "untappd-mcp-server",
"version": "2.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Untappd API Client ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNTAPPD_CLIENT_ID"
},
{
"description": "Untappd API Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNTAPPD_CLIENT_SECRET"
},
{
"description": "Untappd OAuth access token — unlocks the friend feed tool, user-scoped rate limits, and richer /user data. Optional: can instead be obtained interactively via the authenticate_untappd tool or `npx untappd-mcp-server auth` (stored in ~/.untappd-mcp-server/token.json)",
"format": "string",
"isSecret": true,
"name": "UNTAPPD_ACCESS_TOKEN"
},
{
"description": "Default username for authenticated user tools",
"format": "string",
"name": "UNTAPPD_USERNAME"
},
{
"description": "OAuth redirect URL for interactive authentication — must exactly match the Callback URL registered in your Untappd app settings; default http://localhost:8737/callback",
"format": "string",
"name": "UNTAPPD_REDIRECT_URL"
},
{
"description": "Override path for the saved token file; default ~/.untappd-mcp-server/token.json",
"format": "string",
"name": "UNTAPPD_TOKEN_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-20T06:13:01.453104Z",
"publishedAt": "2026-07-20T06:13:01.453104Z",
"updatedAt": "2026-07-20T06:13:01.453104Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.0.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.