Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/createya-ai/createya-mcp/createya-mcp-createyagit clone --depth 1 https://github.com/Createya-ai/Createya-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/createya-ai/createya-mcp/createya-mcp-createya)<a href="https://agentmods.dev/mcp/createya-ai/createya-mcp/createya-mcp-createya"><img src="https://agentmods.dev/badge/mcp/createya-ai/createya-mcp/createya-mcp-createya.svg" alt="Measured on agentmods" height="20"></a>Grade B, and why
createya scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
"note": "Createya MCP server. Uses OAuth in Codex plugin flows when available; bearer-token auth can also be configured manually in ~/.codex/config.toml." What it actually says
{
"createya": {
"type": "http",
"url": "https://api.createya.ai/mcp",
"oauth_resource": "https://api.createya.ai/mcp",
"scopes": [
"generate",
"read:usage"
],
"startup_timeout_sec": 20,
"tool_timeout_sec": 180,
"note": "Createya MCP server. Uses OAuth in Codex plugin flows when available; bearer-token auth can also be configured manually in ~/.codex/config.toml."
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 14 lines scan B fcf1e381b6ba
createya is an MCP server published in the GitHub repository Createya-ai/Createya-mcp (4 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
mcp
Run any model on the live WaveSpeed catalog: image, video, audio, 3D. Runs locally from the @wavespeed/mcp npm package. Needs 3 environment variables to run.
docs-langchain
MCP server "docs-langchain", hosted remotely at docs.langchain.com, as configured in langchain-ai/langchain.
reference-langchain
MCP server "reference-langchain", hosted remotely at reference.langchain.com, as configured in langchain-ai/langchain.
playwright-test
A high-level API to automate web browsers. Runs locally from the playwright npm package.
supabase
Supabase's hosted MCP server: lets the agent manage projects, tables, SQL and migrations. Remote server at mcp.supabase.com.
mem0
MCP server "mem0" as configured in mem0ai/mem0. Runs ${CLAUDE_PLUGIN_ROOT}/core/mcp_server.py with python3. Needs 1 environment variable to run.