# format-converter

Converts data between JSON, CSV, XML, YAML, Markdown, HTML and TOML instantly. Handles nested JSON flattening with dot-notation. Pure math, zero dependencies. Pay $0.001 USDC per conversion via x402 …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list found402/format-converter

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/format-converter convert

# Call a tool
npx -y @smithery/cli@latest tool call found402/format-converter convert '{}'
```

## Direct MCP Connection

Endpoint: `https://format-converter--found402.run.tools`

## Tools (1)

- `convert` — Converts data between JSON, CSV, XML, YAML, Markdown, HTML, and TOML. Handles nested JSON flattening with dot-notation.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/format-converter <tool-name>
```
