Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.kenari]
url = "https://kenari.id/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kenari": {
"type": "http",
"url": "https://kenari.id/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kenari
Remote MCP URL: https://kenari.id/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": {
"kenari": {
"url": "https://kenari.id/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kenari": {
"type": "http",
"url": "https://kenari.id/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kenari",
"transport": "streamable-http",
"url": "https://kenari.id/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kenari_search_docs— Search the kenari documentation (quickstart, API reference, billing, routing, BYOK, tool integrations) and return the most relevant sections.kenari_list_models— List the models kenari sells and their live per-token prices in Indonesian Rupiah per 1,000,000 tokens.kenari_balance— Your kenari wallet balance in Indonesian Rupiah.kenari_usage— Your kenari usage for the last 30 days (requests, tokens, and cost per model).kenari_web_search— Search the live web and return ranked results (title, url, snippet).kenari_x_search— Search live X (formerly Twitter) and return a synthesized answer with safe source links.