Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent endpoint
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.ubawaretai-work]
url = "https://mcp.ubawaretai.work/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ubawaretai-work": {
"type": "http",
"url": "https://mcp.ubawaretai.work/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ubawaretai-work
Remote MCP URL: https://mcp.ubawaretai.work/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": {
"ubawaretai-work": {
"url": "https://mcp.ubawaretai.work/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ubawaretai-work": {
"type": "http",
"url": "https://mcp.ubawaretai.work/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ubawaretai-work",
"transport": "streamable-http",
"url": "https://mcp.ubawaretai.work/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fetch— Fetch a blog post from ubawaretai.work by its ID (slug).ubawaretai_search— Search ubawaretai.work — a database of real-world AI automation case studies.ubawaretai_trending— Get the latest AI automation case studies from ubawaretai.work.ubawaretai_ranking— Get rankings from ubawaretai.work — top posts by likes and top authors.ubawaretai_post— Create a new post about a task automated by AI.ubawaretai_drafts— List your draft posts.ubawaretai_publish— Publish a draft post.ubawaretai_my_posts— List all your posts (drafts and published).