← toolforte.com

INDIVIDUAL MCP TOOL

text_diff

Compute an exact line-based diff between two texts with add/remove/unchanged stats.

toolforte.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolforte.com/api/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for text_diff 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 or description contains a deletion term.

Parent server

toolforte.com

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.toolforte]
url = "https://toolforte.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolforte
Remote MCP URL: https://toolforte.com/api/mcp/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": {
    "toolforte": {
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolforte",
  "transport": "streamable-http",
  "url": "https://toolforte.com/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • format_json — Validate and pretty-print JSON with a real parser.
  • markdown_to_html — Convert Markdown to HTML deterministically.
  • csv_to_json — Parse CSV data into JSON with delimiter auto-detection and quoted-field handling.
  • url_encode — URL-encode or decode a string with exact percent-encoding.
  • base64 — Encode text to Base64 or decode Base64 to text, byte-exact.
  • test_regex — Run a JavaScript regular expression against a test string using a real regex engine.
  • convert_color — Convert a CSS color between HEX, RGB, HSL, and HSB with exact math.
  • password_strength — Analyze password strength with entropy-based scoring and concrete feedback.