← paystubhq.com

INDIVIDUAL MCP TOOL

prepare_order

Generate a pre-filled URL for the PayStubHQ pay stub wizard.

paystubhq.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: paystubhq-com
Remote MCP URL: https://paystubhq.com/api/mcp/sse

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": {
    "paystubhq-com": {
      "url": "https://paystubhq.com/api/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_service_info — Get PayStubHQ service information including features, supported states, and tax calculation methodology
  • get_pricing — Get PayStubHQ pricing tiers including single stubs, bundles, and add-ons
  • get_state_tax_rates — Get income tax rates for all 50 US states
  • search_blog — Search PayStubHQ blog articles by keyword.