OpenAEON currently exposes MCP work through mcporter and related runtime bridges, not through a separate startup MCP configuration. Use this skill as a routing note: when a task asks for MCP discovery or MCP tool execution, load mcporter and call its CLI-oriented workflow.
When to Use
Use this whenever the user asks to:
list available MCP servers or tools
inspect an MCP tool schema
authenticate an MCP server
call a one-off MCP tool
keep an MCP server warm through a daemon
compare MCP behavior with OpenAEON tool invocation
Preferred OpenAEON Flow
Load the mcporter skill.
Inspect configured servers with mcporter list.
Inspect a schema with mcporter list <server> --schema.
Call tools with mcporter call <server.tool> key=value or mcporter call <server.tool> --args '{"key":"value"}'.
Use mcporter daemon start|status|stop|restart when repeated calls need a warm runtime.
Safety Notes
Do not invent startup MCP config keys that OpenAEON does not support directly.
Prefer JSON output when the result will be parsed by an agent.
Treat MCP servers as external code. Pass credentials explicitly and only to servers that need them.
Redact tokens, cookies, and API keys from logs, prompts, and final replies.
1---2name: native-mcp3description: Native MCP Notes4---56# Native MCP Notes78OpenAEON currently exposes MCP work through `mcporter` and related runtime bridges, not through a separate startup MCP configuration. Use this skill as a routing note: when a task asks for MCP discovery or MCP tool execution, load `mcporter` and call its CLI-oriented workflow.910## When to Use1112Use this whenever the user asks to:1314- list available MCP servers or tools15- inspect an MCP tool schema16- authenticate an MCP server17- call a one-off MCP tool18- keep an MCP server warm through a daemon19- compare MCP behavior with OpenAEON tool invocation2021## Preferred OpenAEON Flow22231. Load the `mcporter` skill.242. Inspect configured servers with `mcporter list`.253. Inspect a schema with `mcporter list <server> --schema`.264. Call tools with `mcporter call <server.tool> key=value` or `mcporter call <server.tool> --args '{"key":"value"}'`.275. Use `mcporter daemon start|status|stop|restart` when repeated calls need a warm runtime.2829## Safety Notes3031- Do not invent startup MCP config keys that OpenAEON does not support directly.32- Prefer JSON output when the result will be parsed by an agent.33- Treat MCP servers as external code. Pass credentials explicitly and only to servers that need them.34- Redact tokens, cookies, and API keys from logs, prompts, and final replies.
Run npx skillmds@latest add openaeon/native-mcp in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Native MCP Notes It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
openaeon (@openaeon) published this skill. Their other Agent Skills are listed on their SkillMD profile.