# Knitify Health Research API

PubMed research tools for AI agents — 3 tools, structured JSON output, verified citations.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list knitify/research-api

# Get full schema for a tool
npx -y @smithery/cli@latest tool get knitify/research-api research

# Call a tool
npx -y @smithery/cli@latest tool call knitify/research-api research '{}'
```

## Direct MCP Connection

Endpoint: `https://research-api--knitify.run.tools`

**Required config:**
- `apiKey` (query) — Your Knitify API key (starts with vyne_)

## Tools (2)

- `research` — Generate a cited research article from PubMed literature on any health or science topic.
- `analyze_product` — Analyze a health product's ingredients and claims using PubMed evidence.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get knitify/research-api <tool-name>
```
