Server data from the Official MCP Registry
Freelance invoice ops MCP — overdue status, tone suggestion, and reminder drafts
About
Freelance invoice ops MCP — overdue status, tone suggestion, and reminder drafts
Security Report
This is a well-structured collection of developer tools and MCP servers with appropriate security practices. The code properly handles API keys through environment variables, includes input validation via Zod schemas, and implements reasonable permission scoping. Minor code quality observations exist (broad exception handling, potential for input sanitization improvement), but these are typical in educational/starter projects and do not introduce security vulnerabilities. Permissions align well with stated purposes across all applications. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
8 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-nimish14-freelance-ops-mcp": {
"args": [
"-y",
"freelance-ops-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Practical LLM Apps
Clone-and-run AI agents, RAG apps, and MCP servers.
Hand-built examples you can customize and ship — not slide-deck demos.
Works with OpenAI, and several apps run fully local with no API key.
Run one now
Invoice Follow-up Agent
git clone https://github.com/nimish14/practical-llm-apps.git
cd practical-llm-apps/starter_ai_agents/invoice_followup_agent
pip install -r requirements.txt
cp .env.example .env # add OPENAI_API_KEY
streamlit run app.py
Chat with PDF
cd practical-llm-apps/starter_ai_agents/chat_with_pdf
pip install -r requirements.txt
cp .env.example .env # add OPENAI_API_KEY
streamlit run app.py
Resume Evidence RAG (no API key)
cd practical-llm-apps/rag_apps/resume_evidence_rag
pip install -r requirements.txt
streamlit run app.py
Freelance Ops MCP (Cursor / Claude)
cd practical-llm-apps/mcp_servers/freelance-ops-mcp
npm install
npm run build
npx -y @modelcontextprotocol/inspector node dist/index.js
Add to Cursor MCP settings:
{
"mcpServers": {
"freelance-ops": {
"command": "npx",
"args": ["-y", "freelance-ops-mcp"]
}
}
}
(After npm publish — until then, point args at node + local dist/index.js.)
Browse templates
Starter AI Agents
| App | Description |
|---|---|
| Invoice Follow-up Agent | Draft polite → firm invoice reminders with tone control and overdue context |
| Chat with PDF | Ask questions about an uploaded PDF with page citations |
RAG Apps
| App | Description |
|---|---|
| Resume Evidence RAG | Hybrid MiniLM + BM25 retrieval that returns grounded resume facts for a job description |
MCP Servers
| Server | Description |
|---|---|
| freelance-ops-mcp | Tools for overdue status, tone suggestion, and invoice reminder drafts |
| resume-evidence-mcp | BM25 resume evidence retrieval tools for coding agents |
Project goals
- Every app: clone → install → run in under 2 minutes
- Clear README with problem, pipeline, and limits
- MCP servers packaged for npm + MCP Registry
- Prefer small, focused tools over mega-frameworks
License
MIT — fork it, ship it, sell it.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
