🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

freelance-ops-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freelance-ops-mcp

MCP server for freelance invoice ops — overdue status, tone suggestion, reminder drafts

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

freelance-ops-mcp

MCP server that gives AI agents practical freelance invoice tools:

ToolPurpose
calculate_overdue_statusDays overdue + status label
suggest_reminder_tonepolite / firm / final from days overdue
draft_invoice_reminderEmail or WhatsApp reminder draft (does not send)

Local run

npm install
npm run build
node dist/index.js

Cursor / Claude Desktop config (local)

{
  "mcpServers": {
    "freelance-ops": {
      "command": "node",
      "args": ["C:/Users/YOU/path/to/freelance-ops-mcp/dist/index.js"]
    }
  }
}

After npm publish:

{
  "mcpServers": {
    "freelance-ops": {
      "command": "npx",
      "args": ["-y", "freelance-ops-mcp@latest"]
    }
  }
}

Publish (npm + MCP Registry)

  • npm login
  • npm publish --access public
  • Install mcp-publisher
  • mcp-publisher login github
  • mcp-publisher publish (from this folder; server.json name must match package.json mcpName)

Verify:

curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.nimish14/freelance-ops-mcp"

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts