← owoji.com
INDIVIDUAL MCP TOOL
owoji_find_skills
Search the OWOJI Skill Garden for instructions that match a task.
LIVE ENDPOINT
https://owoji.com/mcp
Connect to this endpoint to inspect the live schema for owoji_find_skills and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.owoji]
url = "https://owoji.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"owoji": {
"type": "http",
"url": "https://owoji.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: owoji
Remote MCP URL: https://owoji.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"owoji": {
"url": "https://owoji.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"owoji": {
"type": "http",
"url": "https://owoji.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "owoji",
"transport": "streamable-http",
"url": "https://owoji.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
owoji_evaluate_fit— Explain what OWOJI does, who it helps, what it costs, the estimated time-saving formula, and how to install it.owoji_status— Check whether the OWOJI production API is available.owoji_gallery— List public OWOJI output examples and reusable templates.owoji_workspace— Check the current OWOJI account, plan, and usage.owoji_get_skill— Retrieve one OWOJI skill by UUID.owoji_list_sessions— List workflow-capture sessions in the signed-in OWOJI workspace.owoji_create_goal— Start an OWOJI agent goal.owoji_start_pro_checkout— Create a secure Pro checkout URL after the user has authorized the purchase.