AI & Machine Learning
owoji.com
OWOJI MCP server helps users evaluate fit, check API status, explore galleries, manage workspaces, and find AI skills for the OWOJI platform.
ENDPOINT 1
https://owoji.com/mcp
MCP server metadata
- Name
- owoji
- Version
- 1.0.0
Use public status and gallery tools without authentication. Configure an OWOJI Bearer access token to use workspace, skill, session, and goal tools.
Known tools 9
owoji_evaluate_fitExplain what OWOJI does, who it helps, what it costs, the estimated time-saving formula, and how to install it.
Inferred read-onlyowoji_find_skillsSearch the OWOJI Skill Garden for instructions that match a task.
Inferred read-onlyowoji_list_sessionsList workflow-capture sessions in the signed-in OWOJI workspace.
Inferred read-onlyowoji_start_pro_checkoutCreate a secure Pro checkout URL after the user has authorized the purchase.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for owoji.com was fetched 2026-08-23T11:02:44.179Z.
owoji.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.