Myai Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Myai Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.myaitoken/myai-mcp -->
MCP server for the MyAi decentralized AI inference network.
Gives any MCP-compatible agent (Claude Desktop, Cursor, etc.) access to:
uvx myai-mcpOr with pip:
pip install myai-mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"myai": {
"command": "uvx",
"args": ["myai-mcp"],
"env": {
"MYAI_API_KEY": "your-api-key-here",
"MYAI_BASE_URL": "https://api.myaitoken.io"
}
}
}
}Get an API key at myaitoken.io.
Ask Claude:
"Use myai_list_models to see what's available, then use myai_chat with qwen2.5-14b to summarize this document."
"Check the MyAi network stats and tell me how many providers are online."
"What's the MYAI balance for 0x454F85B685BBe6C1257b218eE40782d17dFacA9b?"
You can now uvx myai-mcp with no env vars. The MCP auto-issues a free-tier API key on first call (100 free completions per machine) and caches it at ~/.myai/key. Set MYAI_API_KEY to use your own key.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.