Knitify Health Research API
PubMed research tools for AI agents — 3 tools, structured JSON output, verified citations.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add knitify/research-api
# Browse available tools
npx -y smithery tool list knitify/research-api
# Get full schema for a tool
npx -y smithery tool get knitify/research-api research
# Call a tool
npx -y smithery 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.
# Get full input/output schema for a tool
npx -y smithery tool get knitify/research-api