Agents call tools to decode JWT, validate signatures, regex-scan claims, diff payloads, and extract base64 segments. Unique for agents because it bundles JWT + regex + diff…
This was a standalone MCP app; it's retired. Its job — and the rest of the free core toolset — now lives on the flagship agent server below. Same idea, one server, actually up.
jwt_decode (was decode_jwt)Some of this product's tools already ship under those names on flagship.
GET https://mcp.justindkamen.com/tools — list all tools (REST) POST https://mcp.justindkamen.com/tools — call a tool (REST) POST https://mcp.justindkamen.com/mcp — MCP JSON-RPC (initialize, tools/list, tools/call)
{
"mcpServers": {
"northern-forge": {
"url": "https://mcp.justindkamen.com/mcp"
}
}
}