Samio for Schools — plugin (skills + connector)
Public plugin package for the Samio remote MCP server (https://mcp.samiolearning.com/mcp). It bundles the connector reference and four skills:
| Skill | Use it when |
|---|---|
samio-setup | the Samio tools are missing or a teacher tool asks to connect the account |
samio-curriculum-lookup | "what does grade 3 maths cover in Spain?" — official primary-school curricula, 60+ countries |
samio-lesson-planning | a connected teacher wants a term plan, week lessons, materials or a quiz for one of their classes |
samio-worksheet-from-standard | drafting a worksheet in chat, grounded in one official curriculum unit |
The server and its tools are documented at https://samiolearning.com/developers#mcp. Four tools work without an account (curriculum coverage, standards search, unit detail, pricing); the teacher tools require connecting a Samio for Schools account through OAuth on samiolearning.com. No student names or results cross the connector.
Layout
.claude-plugin/plugin.json,.mcp.json,skills/— Claude plugin format (Claude Code, Cowork). Install locally withclaude plugin add /path/to/samio-pluginor validate withclaude plugin validate ..plugin.json,mcp.json,skills/— OpenAI portable plugin format (ChatGPT / Codex plugin submission, "With MCP" path). The sameskills/directory serves both.
Directory submissions
- Anthropic plugin directory (Cowork + Claude Code): submit this repository's GitHub URL at https://claude.ai/admin-settings/directory/submissions/plugins/new or https://platform.claude.com/plugins/submit (repo must stay public).
- OpenAI Plugins Directory: submit through the plugin portal, path With MCP, server URL above, and upload
skills/(or import them from the tool scan).
License
MIT — see LICENSE. The server itself and Samio for Schools are proprietary; this package contains only configuration and instructions.