Mymlh MCP Server

OAuth-enabled MyMLH MCP server for accessing MyMLH data.

Remote serverstreamable-httpGo

What is the Mymlh MCP server?

OAuth-enabled MyMLH MCP server for accessing MyMLH data. Exposed over MCP by the mymlh mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

You can connect to our publicly hosted instance using any MCP client that supports the Streamable HTTP transport with OAuth.

  • Secure Authentication — Implements MyMLH API v4 with OAuth for robust and secure user authentication
  • User Data Access — Provides tools to fetch a user's MyMLH profile, education, employment history, and more
  • Automatic Token Management — Handles token refresh and secure storage automatically
  • Cloudflare Workers — Built to run on the edge for low-latency, scalable performance
  • Easy Deployment — Can be deployed to your own Cloudflare account in minutes

Its toolset

Everything the assistant can do here goes through one of these:

  • mymlh_get_user — Fetch current MyMLH user profile

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Mymlh's toolset — mymlh_get_user — is a fair guide to whether it matches your workflow. It is maintained by ci.git; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Mymlh's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mymlh mcp server does with a few real requests.

Available tools

ToolWhat it does
mymlh_get_userFetch current MyMLH user profile

How to install the Mymlh MCP server

{
  "mcpServers": {
    "mymlh": {
      "url": "https://mymlh-mcp.git.ci/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Mymlh to mymlh get user.

Frequently asked questions

It connects Mymlh to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (mymlh_get_user) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mymlh directly.