Metadata-Version: 2.4
Name: mcp-server-ssp
Version: 0.1.2
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp>=1.12.3
Requires-Dist: pydantic>=2.0.0

# SSP(Social Security Planner) MCP Server

### Available Tools

- `queryPerAgeAndCbxx` - 获取一个人的年龄和社保参保信息。
  - Required arguments:
    - `sfzhm` (string): 身份证号 (e.g., '37010119760201001X')
    - `rsxtid` (string): 参保地区编号 (e.g., '3751')

## Installation

### Using uv (recommended)

When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-ssp*.
