@claricard/mcp
v0.2.0
Published
Claricard MCP server — generate and fetch AI-optimized FAQs from Claude Code, Cursor, and other MCP clients.
Maintainers
Readme
@claricard/mcp
MCP server for Claricard — generate and fetch AI-optimized FAQs directly from Claude Code, Cursor, or any MCP client.
Setup
Claude Code:
claude mcp add claricard -- npx -y @claricard/mcpWith FAQ generation (needs an API key from the dashboard, Developer > API Keys):
claude mcp add claricard -e CLARICARD_API_KEY=cc_live_... -- npx -y @claricard/mcpCursor / other clients (mcp.json):
{
"mcpServers": {
"claricard": {
"command": "npx",
"args": ["-y", "@claricard/mcp"],
"env": { "CLARICARD_API_KEY": "cc_live_..." }
}
}
}Tools
| Tool | Auth | Description |
|---|---|---|
| get_faq | none | Fetch a published FAQ by slug (optional translation) |
| get_faq_jsonld | none | FAQPage JSON-LD for a published FAQ |
| generate_faq | CLARICARD_API_KEY | Generate new FAQs for a website |
Example prompts
- "claricard-official FAQ 가져와서 이 페이지에 섹션으로 추가해줘"
- "Generate 10 FAQs for mysite.com and wire them into the landing page with @claricard/react"
