AI & Machine Learning
traktirinkopi.com
Manages a catalog of AI agent skills, allowing users to browse, install, uninstall, list, and inspect skills.
ENDPOINT 1
https://hub.traktirinkopi.com/mcp
MCP server metadata
- Name
- agentCamp Skill Hub
- Version
- 3.4.2
agentCamp gives your AI assistant ready-made skills for real, everyday work — pick one, give it what you have, get something useful back. It's still early: a small but growing set of skills, and you can try each one and judge it yourself before you rely on it. For anyone who wants an assistant that actually helps. Built for the Indonesian agent ecosystem. How skills work: call browse_skills() to see the catalog, then install_skill(slug) to add a skill to this key. You can only run_skill(slug, ...) on skills you've installed. list_skills() shows just your installed skills. uninstall_skill(slug) removes ones you no longer need so your skill list stays small and focused. Installing is free; running a skill uses quota.
Known tools 8
uninstall_skillUninstall a skill from the caller's key (soft — reinstall any time).
Inferred read-onlyskill_detailInspect one skill: version, quota_cost, and the `actions` list — each action has `desc`, `quota_cost`, `params`, `read_only`, and `usage` = a ready-to-use run_skill(...) call example.
Inferred read-onlymy_quotaCaller's quota in quota units: sisa_kuota, kuota_terpakai, and total_runs since the last reset.
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.agentcamp-skill-hub]
url = "https://hub.traktirinkopi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcamp-skill-hub": {
"type": "http",
"url": "https://hub.traktirinkopi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcamp-skill-hub
Remote MCP URL: https://hub.traktirinkopi.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": {
"agentcamp-skill-hub": {
"url": "https://hub.traktirinkopi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcamp-skill-hub": {
"type": "http",
"url": "https://hub.traktirinkopi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcamp-skill-hub",
"transport": "streamable-http",
"url": "https://hub.traktirinkopi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://hub.traktirinkopi.com/mcp?key=
MCP server metadata
- Name
- agentCamp Skill Hub
- Version
- 3.4.2
agentCamp gives your AI assistant ready-made skills for real, everyday work — pick one, give it what you have, get something useful back. It's still early: a small but growing set of skills, and you can try each one and judge it yourself before you rely on it. For anyone who wants an assistant that actually helps. Built for the Indonesian agent ecosystem. How skills work: call browse_skills() to see the catalog, then install_skill(slug) to add a skill to this key. You can only run_skill(slug, ...) on skills you've installed. list_skills() shows just your installed skills. uninstall_skill(slug) removes ones you no longer need so your skill list stays small and focused. Installing is free; running a skill uses quota.
Known tools 8
uninstall_skillUninstall a skill from the caller's key (soft — reinstall any time).
Inferred read-onlyskill_detailInspect one skill: version, quota_cost, and the `actions` list — each action has `desc`, `quota_cost`, `params`, `read_only`, and `usage` = a ready-to-use run_skill(...) call example.
Inferred read-onlymy_quotaCaller's quota in quota units: sisa_kuota, kuota_terpakai, and total_runs since the last reset.
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.agentcamp-skill-hub]
url = "https://hub.traktirinkopi.com/mcp?key="
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcamp-skill-hub": {
"type": "http",
"url": "https://hub.traktirinkopi.com/mcp?key="
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcamp-skill-hub
Remote MCP URL: https://hub.traktirinkopi.com/mcp?key=
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": {
"agentcamp-skill-hub": {
"url": "https://hub.traktirinkopi.com/mcp?key="
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcamp-skill-hub": {
"type": "http",
"url": "https://hub.traktirinkopi.com/mcp?key="
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcamp-skill-hub",
"transport": "streamable-http",
"url": "https://hub.traktirinkopi.com/mcp?key="
}
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 traktirinkopi.com was fetched 2026-08-08T14:51:34.878Z.
traktirinkopi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.