MCP integration

MCP Tools for Claude Code

One MCP server. 82 categories of tools. Text processing, code utilities, math, crypto, data analysis, persistent memory, network diagnostics, and 70 more categories -- all available to Claude Code with a single install command.

Install in 30 seconds

The Slopshop MCP server exposes all 78 tool categories as Model Context Protocol tools. Claude Code discovers them automatically and can call any tool by name. No manual configuration, no JSON schema files, no separate processes to manage.

Add to Claude Codeterminal
# Install the MCP server globally
npx slopshop mcp-install

# Or add to your project's .mcp.json
{
  "servers": {
    "slopshop": {
      "command": "npx",
      "args": ["slopshop", "mcp-serve"],
      "env": { "SLOPSHOP_KEY": "your_api_key" }
    }
  }
}

Once installed, Claude Code can use any Slopshop tool just by asking. "Hash this string," "parse this CSV," "store this in memory," "convert this JSON to TypeScript" -- all handled natively.

What 82 categories of tools actually looks like

These are not toy wrappers around LLM prompts. Every tool is a real compute function with deterministic input/output schemas. Here is what you get across the major categories:

82 categories
925 pure compute
1,303 REST endpoints
76 SQLite tables
0cr memory ops
18ms avg latency

Categories include text processing (tokenize, summarize, extract entities, TF-IDF), code utilities (minify, lint, format, AST parse, dead code detection), math (statistics, linear algebra, optimization), crypto (hash, encrypt, sign, JWT), dates (parse, diff, timezone convert), data analysis (CSV correlate, time series, distribution fit), network (DNS, HTTP, SSL audit), and many more. Browse the full catalog.

Why MCP beats custom function calling

Without MCP, you need to manually register each tool's JSON schema, write wrapper functions, handle error formatting, and maintain the integration as APIs change. With MCP, the protocol handles all of this. Claude Code reads the tool manifest, understands the schemas, and calls tools directly. You write zero integration code.

Slopshop's MCP server also handles batching -- Claude can call multiple tools in a single turn, and the server processes them efficiently. This is critical for complex coding tasks where Claude might need to hash a value, check a regex, format some SQL, and store the result in memory, all in one step.

Works with Claude Desktop too

The same MCP server works with Claude Desktop, not just Claude Code. Add it to your claude_desktop_config.json and Claude Desktop gains access to the full catalog of tools for conversational use. Ask it to analyze data, generate documents, run calculations, or manage persistent notes -- all powered by real compute, not hallucinated answers.

Combine with other MCP servers

Slopshop's MCP server runs alongside any other MCP servers you have installed. Use it together with filesystem access, GitHub, databases, or any other MCP-compatible tool. The tools namespace cleanly -- all Slopshop tools are prefixed, so there are no collisions.

Add 82 categories of tools to Claude Code

Free API key. 500 credits on signup. MCP install takes 30 seconds.

$ npx slopshop mcp-install