INDIVIDUAL MCP TOOL
hallux_check_manifest
Call this after writing or editing a dependency file, and before committing it.
LIVE ENDPOINT
https://api.blvkware.dev/hallux/mcp
Connect to this endpoint to inspect the live schema for hallux_check_manifest 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.hallux]
url = "https://api.blvkware.dev/hallux/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hallux": {
"type": "http",
"url": "https://api.blvkware.dev/hallux/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hallux
Remote MCP URL: https://api.blvkware.dev/hallux/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": {
"hallux": {
"url": "https://api.blvkware.dev/hallux/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hallux": {
"type": "http",
"url": "https://api.blvkware.dev/hallux/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hallux",
"transport": "streamable-http",
"url": "https://api.blvkware.dev/hallux/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hallux_check_command— Call this BEFORE running any command that installs a dependency: npm, yarn, pnpm, bun, pip, uv, poetry, pipx, cargo, go get, dotnet add package, nuget.hallux_check— Does this identifier actually exist?hallux_watch— Register identifiers for notification when their verdict changes.