loading…
Search for a command to run...
loading…
JWT AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
JWT AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Jwt Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
decode_jwt |
Decode a JWT token and show header, payload, signature. |
validate_jwt |
Validate JWT signature and expiration. |
generate_jwt |
Generate a signed JWT token. |
inspect_claims |
Inspect JWT claims — issuer, audience, expiration, custom claims. |
verify_expiration |
Check if JWT token is expired or still valid. |
pip install meok-jwt-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"jwt-ai-mcp": {
"command": "python",
"args": ["-m", "meok_jwt_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"jwt-ai-mcp": {
"command": "npx",
"args": []
}
}
}