Citedy Plugin connects compatible AI clients to Citedy's OAuth-protected MCP server for three focused workflows:
- generate, inspect, list, and safely publish SEO and GEO articles;
- generate and list competitor content-gap opportunities;
- generate and retrieve lead magnets.
Version 1.0.0 intentionally exposes only the 11-tool review-safe surface at https://openai.citedy.com/mcp. It does not advertise Citedy's separate trend scouting, social distribution, video, ingestion, deletion, or automation capabilities.
After the public repository is approved, import https://github.com/Citedy/citedy-plugin with the client's native GitHub plugin flow. Agent Plugins-compatible clients read plugin.json and mcp.json from the repository root.
For local Claude Code validation:
git clone https://github.com/Citedy/citedy-plugin.git
claude --plugin-dir ./citedy-pluginChatGPT and Codex use the OpenAI Plugin Directory after review. Claude uses the Claude Community marketplace after review. Cursor, VS Code, GitHub Copilot, and Kiro can import the public repository directly when their current client supports Agent Plugins.
Authentication is OAuth and is initiated by the client. Do not put credentials, API keys, or authorization headers in either MCP manifest.
- Articles are generated as drafts. Publication requires an exact article selection and explicit confirmation.
- Settings are changed only when the user requests the exact fields.
- Lead magnets are generated unpublished in v1.
- Competitor URLs and returned web content are treated as untrusted data.
- Unsupported tools are not inferred or emulated.
python3 scripts/validate_release.py
python3 scripts/check_live_mcp.py
python3 /Users/dmitrisergeev/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py .
claude plugin validate --strict .Validate the portable manifests against their official schemas before release:
uv run --with check-jsonschema check-jsonschema \
--schemafile https://agent-plugins.org/schemas/1.0.0/plugin.schema.json \
plugin.json
uv run --with check-jsonschema check-jsonschema \
--schemafile https://agent-plugins.org/schemas/1.0.0/mcp.schema.json \
mcp.json- Website: https://www.citedy.com
- Support: https://www.citedy.com/contact
- Privacy: https://www.citedy.com/privacy
- Terms: https://www.citedy.com/terms
The package is licensed under the MIT License. Use of the Citedy service remains subject to Citedy's Terms of Service.