jwt-ai-mcp
v1.0.0
Published
Jwt Ai MCP server. Tools: decode jwt, validate jwt, generate jwt. Built by MEOK AI Labs.
Downloads
18
Readme
Jwt Ai
By MEOK AI Labs — MEOK AI Labs — JWT token operations — decode, validate, generate, inspect.
JWT token operations — decode, validate, generate, inspect. — MEOK AI Labs.
Installation
pip install jwt-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install jwt-ai-mcpTools
decode_jwt
Decode a JWT token and show header, payload, signature.
Parameters:
token(str)
validate_jwt
Validate JWT signature and expiration.
Parameters:
token(str)secret(str)algorithm(str)
generate_jwt
Generate a signed JWT token.
Parameters:
payload(str)secret(str)algorithm(str)expires_in(int)
inspect_claims
Inspect JWT claims — issuer, audience, expiration, custom claims.
Parameters:
token(str)
verify_expiration
Check if JWT token is expired or still valid.
Parameters:
token(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/jwt-ai-mcp
- PyPI: pypi.org/project/jwt-ai-mcp
License
MIT — MEOK AI Labs
