INDIVIDUAL MCP TOOL
check_redaction
Scan text for the shapes of private content before it goes anywhere public: email addresses, absolute home paths, credential and token prefixes, private and link-local IPs, .
LIVE ENDPOINT
https://jamesross.ai/mcp
Connect to this endpoint to inspect the live schema for check_redaction and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
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.jamesross-practice]
url = "https://jamesross.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jamesross-practice": {
"type": "http",
"url": "https://jamesross.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jamesross-practice
Remote MCP URL: https://jamesross.ai/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": {
"jamesross-practice": {
"url": "https://jamesross.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jamesross-practice": {
"type": "http",
"url": "https://jamesross.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jamesross-practice",
"transport": "streamable-http",
"url": "https://jamesross.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_architecture— Full-text search across the published architecture corpus: the 18 patterns and how they compose, the evaluation method, the seven learn-track modules, and the teardowns of other people's published agent systems.lookup_pattern— Search the 18 architecture patterns behind this practice by keyword or by pattern number.assess_workspace— Score an agent workspace across six dimensions: canonical knowledge, memory and context economics, verification and oversight, safety and permissions, telemetry and cost, provenance and delegation.price_context_read— Price a block of context by where it enters a session.request_capability— Tell this server what capability you needed but didn't find here.