1. Conduid
  2. Cloud
  3. Untappd Server Dotnet
MCP server · Cloud

Untappd Server Dotnet

An example MCP Azure Function in F#

Unclaimed last commit a year ago azure-functionsclouddotnetmodelcontextprotocolfsharp
41Fair

Scored 3 months ago · breakdown

About Untappd Server Dotnet

Untappd Server Dotnet is an MCP server published by jtucker in the Cloud category: an example MCP Azure Function in F#. It has been installed 0 times through Conduid.

The repository has 9 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-untappd-server-dotnet

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Untappd Server Dotnet

Powered by Claude · Grounded in docs

I know everything about Untappd Server Dotnet. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Untappd MCP Server using Azure Functions

A version of the Untappd MCP Server using Azure Functions and Server Sent Events.

Blog post coming soon.

Configure Claude Desktop

Since Claude Desktop does not currently support SSE configuration you need to include a middle man component to make the calls to the SSE server.

Edit your claude_desktop_config.json:

{
  "mcpServers": {
    "untappddotnet": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:7071/runtime/webhooks/mcp/sse"
      ]
    }
  }
}

Building

Prerequisites:

  • dotnet 9.0
  • Docker Desktop

local.settings.json Setup

{
    "IsEncrypted": false,
    "Values": {
        "AzureWebJobsStorage": "<CONNECTION_STRING>",
        "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
        "Untappd:ClientId": "",
        "Untappd:ClientSecret": ""
    }
}

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Untappd Server Dotnet

How do I install Untappd Server Dotnet?

Run npx mcp-untappd-server-dotnet, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Untappd Server Dotnet safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Untappd Server Dotnet still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.