INDIVIDUAL MCP TOOL
check_dependency
CALL when the user or agent is about to add, upgrade, trust, fork, or deploy an npm package or public GitHub repository.
LIVE ENDPOINT
https://repopilot.app/api/mcp
Connect to this endpoint to inspect the live schema for check_dependency and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.repopilot]
url = "https://repopilot.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"repopilot": {
"type": "http",
"url": "https://repopilot.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: repopilot
Remote MCP URL: https://repopilot.app/api/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": {
"repopilot": {
"url": "https://repopilot.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"repopilot": {
"type": "http",
"url": "https://repopilot.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "repopilot",
"transport": "streamable-http",
"url": "https://repopilot.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
evaluate_dependency_change— CALL immediately before adding or upgrading an npm dependency.verify_dependency_change— CALL after changing the manifest/lockfile and running local checks.analyze_repo— CALL when entering an unfamiliar repository or deciding whether to depend on, fork, learn from, or deploy it.plan_repo_task— CALL before editing an unfamiliar public repository.get_artifact— CALL before substantial code work in an unfamiliar repository when the agent needs key files, entry points, architecture hypotheses, a reading order, and verify-before-trusting guidance.compare_repos— CALL when the user is choosing between exactly two dependencies or repositories.check_change_risk— CALL before merging a pull request or after producing a local diff.