INDIVIDUAL MCP TOOL
invoice_remind
Draft polite-but-firm reminder messages for every unpaid invoice, escalating tone with age (gentle < 7 days, direct 7–20, final notice 21+).
LIVE ENDPOINT
https://www.evolvedmcp.cloud/mcp
Connect to this endpoint to inspect the live schema for invoice_remind and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.evolved]
url = "https://www.evolvedmcp.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evolved": {
"type": "http",
"url": "https://www.evolvedmcp.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evolved
Remote MCP URL: https://www.evolvedmcp.cloud/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": {
"evolved": {
"url": "https://www.evolvedmcp.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evolved": {
"type": "http",
"url": "https://www.evolvedmcp.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evolved",
"transport": "streamable-http",
"url": "https://www.evolvedmcp.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
quote_price— Price an abrasive-blasting job with the company rate engine: learned $/sqft rates by blast depth and surface, access factor, mobilization, 5% GST, 25% deposit — plus a full profitability check (media, labor, fuel, overhead, break-even rate, margin verdict).quote_create— Create a formal quote in the books (auto-numbered ECO-Q-MMDDYY-NN, valid 30 days) for a customer, from one or more priced lines.quote_render— Render a quote as a polished, dark-brand HTML document (Boreal Void page, Cyber Lime underline, Aurora Neon labels, diamond bullets, payment schedule with the big green total) ready to print to PDF and send.quote_update_status— Move a quote through its lifecycle: Draft → Sent → Accepted/Declined/Expired.quote_list— List quotes, optionally filtered by status.pricing_rates— Show the live rate table: base market rates by blast depth, the learned effective rates by surface (driven by real job outcomes at healthy margins), access factors, and the mobilization fee.pricing_record_outcome— Record a job outcome (won/lost, quoted rate, actual cost per sqft, margin) into the pricing learning loop.market_benchmark— Reference a $/sqft rate against the going market band for a blast depth (and surface): below, within, or above market, with a percentile and plain-English guidance.