MCP.so
登录

Token Info MCP

@Castrozan

关于 Token Info MCP

MCP server to check Betha's OAuth tokens

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Castrozan

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "token-info": {
      "command": "npx",
      "args": [
        "@castrozan/token-info-mcp@latest"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Token Info MCP?

Token Info MCP is a Model Context Protocol server that validates and retrieves detailed information about OAuth tokens from Betha Sistemas. It is designed for developers using MCP-compatible clients like Claude Desktop, Cursor, or Windsurf.

How to use Token Info MCP?

Configure the server in your MCP client by running npx @castrozan/token-info-mcp@latest (Claude Desktop) or register it as a new MCP server with the command npx token-info-mcp@latest (Cursor). Once connected, call the verify-token tool with an accessToken parameter to obtain token details.

Key features of Token Info MCP

  • Verify OAuth tokens and return structured details
  • Check token expiration status and remaining validity
  • Retrieve associated client information
  • List all scopes attached to the token
  • Extract the user ID linked to the token

Use cases of Token Info MCP

  • Validate OAuth tokens before granting access to protected resources
  • Debug token-related authentication issues in Betha Sistemas integrations
  • Automate token inspection during development or testing workflows

FAQ from Token Info MCP

评论

其他 分类下的更多 MCP 服务器