← razarizwan.com

INDIVIDUAL MCP TOOL

submit_workflow_sketch

Hand a completed workflow sketch to Raza Rizwan, who reads it and replies.

razarizwan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://sor.razarizwan.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submit_workflow_sketch 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

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

.mcp.json

{
  "mcpServers": {
    "raza-sor": {
      "type": "http",
      "url": "https://sor.razarizwan.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "raza-sor": {
      "type": "http",
      "url": "https://sor.razarizwan.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "raza-sor",
  "transport": "streamable-http",
  "url": "https://sor.razarizwan.com/mcp"
}
MCP Inspector

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

Related tools

  • search — Raza Rizwan, Forward Deployed Engineer: a PORTABLE METHOD for counting how much of ANY workflow can be automated (write the run down, tag each step AI / DECISION / TYPING, count, mark the human gates), the rules that decide a step in any domain, five worked counts from different industries, what he builds and how he works, and his GitHub journey 2020-2026.
  • outline — List the record's structure in reading order.
  • read — Read one document from the record, byte-exact, with provenance.