General Tools
okmiku.com
Accesses and queries a curated directory of public websites and tools, enabling search, filtering, and recommendations.
ENDPOINT 1
https://okmiku.com/mcp
MCP server metadata
- Name
- MikuTools MCP
- Version
- 1.0.0
Use tools/list anonymously to inspect available read-only tools. All tools/call requests require a Bearer OAuth token or zt_ API key.
Known tools 7
get_tool_docRead the Markdown documentation file for a public Z.Tools tool when one exists.
Inferred read-onlyget_websiteFetch one active curated website or tool by slug or id from the public catalog.
Inferred read-onlylist_website_categoriesList public website directory categories and active website counts for the current locale.
Inferred read-onlylist_websitesList active curated websites and tools with optional category, platform, pricing, and name filters.
Inferred read-onlyrecommend_toolRecommend the most relevant public Z.Tools tools for a natural-language user task.
Inferred read-onlysearch_toolsSearch the Z.Tools public tool catalog by name, description, slug, and category.
Inferred read-onlysearch_websitesSearch the curated website and tool directory by keyword and return active catalog matches.
Inferred read-onlyCONNECT 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.mikutools-mcp]
url = "https://okmiku.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mikutools-mcp": {
"type": "http",
"url": "https://okmiku.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mikutools-mcp
Remote MCP URL: https://okmiku.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": {
"mikutools-mcp": {
"url": "https://okmiku.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mikutools-mcp": {
"type": "http",
"url": "https://okmiku.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mikutools-mcp",
"transport": "streamable-http",
"url": "https://okmiku.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 okmiku.com was fetched 2026-08-23T16:01:16.298Z.
okmiku.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.