Skip to content

Commit 498b08a

Browse files
committed
docs: spell out Model Context Protocol for Glama review compliance
1 parent 282e2cd commit 498b08a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
Every romanization system produces a member of an equivalence class: no canonical form, no ordering dependency, no silent data loss. `share_cluster("Hsu", "Xu")` is `True`. `lookup("Chan")` returns a Chinese surname cluster *and* a Korean given-name cluster, sorted by bearer count.
1212

13+
Available as a Python library, CLI, pandas accessor, and [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server.
14+
1315
```bash
1416
pip install name-variants
1517
```
@@ -153,7 +155,9 @@ a.nv.share_cluster_with(b) # [True, True]
153155

154156
---
155157

156-
## MCP server
158+
## MCP server (Model Context Protocol)
159+
160+
`name-variants` ships a built-in [Model Context Protocol](https://modelcontextprotocol.io) server, exposing name lookup as MCP tools that any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, etc.) can call directly.
157161

158162
**Claude Code:**
159163
```bash
@@ -172,7 +176,7 @@ claude mcp add name-variants -- uvx --from "name-variants[mcp]" nv-mcp
172176
}
173177
```
174178

175-
Three tools are exposed:
179+
Three MCP tools are exposed:
176180

177181
| Tool | Arguments | Returns |
178182
|---|---|---|

0 commit comments

Comments
 (0)