@ontologer/mcp-toolkit-content
v0.1.0
Published
Standalone MCP server for content generation and grammar tooling
Readme
@ontologer/mcp-toolkit-content
Standalone MCP server for writing, social content, SEO metadata, and grammar analysis.
Project page: https://ontologer.com/mcp
Tools
generate_blog_postcreate_social_captiongenerate_seo_metacheck_grammar
How It Works
This package uses Gemini-backed content tooling from @ontologer/mcp-toolkit-core and exposes it as MCP tools.
Responses are normalized to plain text so coding agents can quickly parse and reuse outputs.
Requirements
- Bun installed
GEMINI_API_KEY
Local Run
bun run src/index.tsMCP Client Example
{
"mcpServers": {
"mcp-toolkit-content": {
"command": "mcp-toolkit-content",
"env": {
"GEMINI_API_KEY": "${GEMINI_API_KEY}"
}
}
}
}More docs: https://ontologer.com/mcp
