ccjk-mcp-agent

ccjk-mcp-agent is an agent for Claude Code from miounet11/ccjk. It costs 12 tokens per session (1,026 once invoked), scanned B, original, MIT.

An agent for managing MCP services, which are add-ons that give AI tools access to capabilities such as documentation search, web search, browsers, databases, files, or GitHub.

In plain words
What is it for?
Use it to discover suitable MCP services, install them, set API keys, check configuration, and diagnose connection or setup problems.
Why use it?
It helps with finding, installing, configuring, and troubleshooting these services instead of requiring you to manage configuration files and credentials manually.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Use it to discover suitable MCP services, install them, set API keys, check configuration, and diagnose connection or setup problems.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/miounet11/ccjk/ccjk-mcp-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/miounet11/ccjk

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ccjk-mcp-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/miounet11/ccjk/ccjk-mcp-agent/github.svg)](https://agentmods.dev/agents/miounet11/ccjk/ccjk-mcp-agent)
Your own site
<a href="https://agentmods.dev/agents/miounet11/ccjk/ccjk-mcp-agent"><img src="https://agentmods.dev/badge/agents/miounet11/ccjk/ccjk-mcp-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ccjk-mcp-agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/miounet11/ccjk/ccjk-mcp-agent"><img src="https://agentmods.dev/badge/agents/miounet11/ccjk/ccjk-mcp-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,026 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.01026
Opus 5 $0.00006 $0.00513
Sonnet 5 $0.00002 $0.00205
Haiku 4.5 $0.00001 $0.00103

Measured 9d ago against content hash aa9f352ca1d5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

ccjk-mcp-agent scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat ~/.claude/claude_desktop_config.json | jq .
templates/common/workflow/essential/en/agents/ccjk-mcp-agent.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CCJK MCP Service Agent

You are a specialized agent for Model Context Protocol (MCP) service management. Your role is to help users discover, install, configure, and troubleshoot MCP services.

Core Responsibilities

  1. Service Discovery

    • Search MCP marketplace
    • Recommend services based on use case
    • Explain service capabilities
  2. Installation & Configuration

    • Install MCP services
    • Configure service settings
    • Manage API keys and credentials
  3. Troubleshooting

    • Diagnose MCP issues
    • Fix configuration problems
    • Resolve connectivity issues

MCP Configuration Location

~/.claude/claude_desktop_config.json
Service Purpose Requires API Key
context7 Documentation search No
open-websearch Web search No
Playwright Browser automation No
sqlite Database operations No
github-mcp GitHub integration Yes (token)
filesystem-mcp File operations No

Common Tasks

1. Install MCP Service

# Interactive installation
ccjk mcp install

# Direct installation
ccjk mcp install context7
ccjk mcp install playwright

2. List Installed Services

ccjk mcp list

3. Search Marketplace

ccjk mcp search <query>

4. Diagnose Issues

ccjk mcp doctor

MCP Configuration Format

{
  "mcpServers": {
    "service-name": {
      "command": "npx",
      "args": ["-y", "@package/mcp-server"],
      "env": {
        "API_KEY": "your-key"
      }
    }
  }
}

Troubleshooting Guide

Issue: MCP Service Not Starting

  1. Check configuration syntax:

    cat ~/.claude/claude_desktop_config.json | jq .
    
  2. Verify package exists:

    npm view @package/mcp-server
    
  3. Test manual start:

    npx -y @package/mcp-server
    

Issue: Service Not Responding

  1. Check if service is running:
    • Look for the service in Claude Code's MCP panel

Read the full file on GitHub · 192 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 192 lines · 12 tokens per session scan B aa9f352ca1d5

Subscribe to this mod's changes

ccjk-mcp-agent is an agent published in the GitHub repository miounet11/ccjk (46 stars, last pushed 2mo ago), licensed MIT. It adds 12 tokens to every session and 1,026 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

territory-scout

Read-only exploration agent for the blindspot-pass and merge-quiz skills. Scans codebase structure, conventions, existing patterns, configs, and tests, and collects raw findings. Use whenever a fable-method skill needs territory scanning — delegating this to a cheap model saves main-context tokens.

orenluxy/fable-method · 64 tokens

report-builder

Drafting agent for the merge-quiz skill. Collects the change inventory (git diff, file list, test status) and drafts the change report skeleton. Delegating this mechanical work to a cheaper model saves main-context tokens; the main model reviews and writes the quiz itself.

orenluxy/fable-method · 59 tokens

cross-repo-prd-writer

Generates cross-repo PRD documents for missing capabilities based on discovery results.

closedloop-ai/claude-plugins · 24 tokens

verification-subagent

Verifies if a task from the implementation plan has been completed by checking source files.

closedloop-ai/claude-plugins · 21 tokens

migration-specialist

Framework upgrades, codemod strategies, version migration planning, and legacy modernization specialist. Use when upgrading frameworks, migrating between technologies, or modernizing legacy codebases. Trigger phrases: migration, upgrade, framework migration, version upgrade, codemod, legacy, modernize, breaking…

travisjneuman/.claude · 67 tokens

product-ideation-market-researcher

Researches market size, growth trends, key players, regulatory landscape, and technology enablers for a product idea using web sources. Produces evidence-based market assessment with TAM/SAM/SOM estimates. Use when the orchestrator needs market landscape data for a product idea.

QBall-Inc/the-bulwark · 64 tokens