Google PageRank for AI agents. 25,000+ tools indexed.

kay1003/glass-mcp

Score: 49.6 Rank #86 MCP Server

一个用于配眼镜咨询场景的 MCP Server,提供验光单解读、镜片推荐、镜框选择、视力检查建议,以及新眼镜不适排查等能力。

Use kay1003/glass-mcp in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

kay1003/glass-mcp is a JavaScript MCP server. 一个用于配眼镜咨询场景的 MCP Server,提供验光单解读、镜片推荐、镜框选择、视力检查建议,以及新眼镜不适排查等能力。

Ranked #86 out of 110 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

JavaScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for kay1003/glass-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/kay1003--glass-mcp)](https://agentrank-ai.com/tool/kay1003--glass-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/kay1003--glass-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/kay1003--glass-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="kay1003/glass-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# glass-mcp

一个用于配眼镜咨询场景的 MCP Server,提供验光单解读、镜片推荐、镜框选择、视力检查建议,以及新眼镜不适排查等能力。

这个项目目前提供两种运行方式:

- `stdio` MCP Server:用于 Claude Desktop 或其他支持 MCP 的客户端
- 本地 Web 调试页:用于浏览器里直接填写参数、查看工具返回结果

## 功能

当前内置工具:

- `vision_check_guide`:按年龄段提供视力检查建议
- `lens_recommendation`:根据度数、用途、预算推荐镜片
- `frame_selection_guide`:根据脸型、生活方式和度数推荐镜框
- `prescription_interpreter`:解读验光单参数
- `progressive_lens_assessment`:评估是否适合渐进镜片或办公镜
- `new_glasses_troubleshooting`:排查新眼镜佩戴不适

## 环境要求

- Node.js 18+
- npm

## 安装

```bash
cd /Users/kang/develop/project/glass-mcp
npm install
```

## 常用命令

```bash
npm run build
npm test
npm start
npm run web
```

说明:

- `npm run build`:编译 TypeScript 到 `dist/`
- `npm test`:编译并运行测试
- `npm start`:启动 `stdio` MCP Server
- `npm run web`:启动本地网页调试页

## 作为 MCP Server 使用

先编译:

```bash
npm run build
```

然后直接启动:

```bash
node dist/index.js
```

如果要接到 Claude Desktop 或其他 MCP 客户端,可以使用类似配置:

```json
{
  "mcpServers": {
    "glass-mcp": {
      "command": "node",
      "args": ["/Users/kang/develop/project
Read full README on GitHub →
Are you the maintainer of kay1003/glass-mcp?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.