mcpbeat Sign in

Sdcreceipt MCP Server

local only

Sdcreceipt runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Verify and settle VSL Settlement Receipts. Verification needs no network and no account.

Installs / week
pypi · sdcreceipt
0
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Sdcreceipt every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sdcreceipt -- uvx sdcreceipt
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sdcreceipt": {
      "args": [
        "sdcreceipt"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sdcreceipt]
command = "uvx"
args = ["sdcreceipt"]
.cursor/mcp.json
{
  "mcpServers": {
    "sdcreceipt": {
      "args": [
        "sdcreceipt"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sdcreceipt": {
      "args": [
        "sdcreceipt"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Sdcreceipt

same job, measured the same way
Agent Spreadsheet MCP
by psu3d0

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

local only
spreadsheet-kit MCP
by psu3d0

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

local only
I
Nightly MCP
by bakaburg24

NBA/WNBA betting analytics: live odds, sharp fair prices, injuries, and prop verification.

answering
Kordic CRM
by meelad-diggit

CRM integration for leads, pipeline, contacts, accounts, payments, and sales analytics.

answering
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Semiotic
by nteract

Verified React chart generation: select, validate, repair, render, and inspect charts through MCP.

5 777 installs/wk 5 tools answering
RentRollAPI
by ekvanauk

Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans)

2 tools answering
Misar.Blog MCP Server
by misar-ai

Publish and manage articles, series, comments, reactions, newsletters and blog analytics.

23 tools answering

Sdcreceipt — questions

Answers built from our own checks of this server.

Why is there no uptime for Sdcreceipt?
Sdcreceipt runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sdcreceipt.
How do I connect Sdcreceipt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sdcreceipt straight from pypi; nothing to host, nothing to sign up for.
Is Sdcreceipt open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.