# Periodic Bond

Calculate price, yield, and accrued interest and other analytics (duration, convexity, PV01) for periodic fixed-coupon bonds. From the people who created the Standard Securities Calculation Methods b…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sscmfi/sscmfi-bond-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list sscmfi/sscmfi-bond-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sscmfi/sscmfi-bond-mcp calculate_bond_periodic

# Call a tool
npx -y @smithery/cli@latest tool call sscmfi/sscmfi-bond-mcp calculate_bond_periodic '{}'
```

## Direct MCP Connection

Endpoint: `https://sscmfi-bond-mcp--sscmfi.run.tools`

## Tools (1)

- `calculate_bond_periodic` — Calculate price, yield, and accrued interest for Periodic bonds.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get sscmfi/sscmfi-bond-mcp <tool-name>
```
