Official Model Context Protocol (MCP) server for Camelot Web Tools. 79 deterministic tools for Claude Desktop, Cursor, and Windsurf.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add camelotwebtools-mcp -- npx -y camelotwebtools-mcp{
"mcpServers": {
"camelotwebtools-mcp": {
"command": "npx",
"args": ["-y", "camelotwebtools-mcp"]
}
}
}MCP Servers overview
# Camelot Web Tools MCP Server (`camelotwebtools-mcp`)
[](https://www.npmjs.com/package/camelotwebtools-mcp)
[](https://smithery.ai/servers/wdarthur1990/camelotwebtools)
[](https://opensource.org/licenses/MIT)
[](https://www.camelotwebtools.com)
The official **Model Context Protocol (MCP)** server for [Camelot Web Tools](https://www.camelotwebtools.com). Gives AI coding assistants (Claude Desktop, Cursor, Windsurf, Cline, Roo Code) direct programmatic access to **79 deterministic tools** for business, legal contracts, invoicing, financial math, and developer utilities with instant vector PDF export links.
---
## Why Camelot Web Tools MCP?
* **Deterministic Business Calculations:** Never let an LLM hallucinate invoice math, taxes, or amortization schedules. Calculations run with strict mathematical precision.
* **Instant Vector PDF Previews:** Every document operation returns a direct prefill URL allowing users to view, sign, and export print-ready vector PDFs on Camelot Web Tools in one click.
* **Privacy-First:** Zero data retention. Your prompts and client PII are never stored or used to train third-party AI models.
* **Pre-Bundled Rulesets:** Ships with turnkey `.cursorrules` and `CLAUDE.md` operational configurations for freelance and small business automation.
---
## 1-Minute Quickstart
### Option A: Standard I/O via NPX (Recommended)
No cloning required. Run directly with Node 18+:
```bash
npx -y camelotwebtools-mcp
```
#### 1. Claude Desktop
Add to your `claude_desktop_config.json`:
* **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
* **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
```json
{
"mcpServers": {
"camelot": {
"command": "npx",
"args": ["-y", "camelotwebtools-mcp"]
}
}
}
```
#### 2. Cursor
1. Open Cursor **Settings** -> **Features** -> **MCP Servers**.
2. Click **Add New MCP Server**:
* **Name:** `camelot`
* **Type:** `command`
* **Command:** `npx -y camelotwebtools-mcp`
#### 3. Windsurf (`mcp_config.json`)
```json
{
"mcpServers": {
"camelot": {
"command": "npx",
"args": ["-y", "camelotwebtools-mcp"]
}
}
}
```
---
### Option B: Direct HTTP Endpoint (Zero Local Install)
If your client supports remote HTTP JSON-RPC 2.0 endpoints:
```json
{
"mcpServers": {
"camelot": {
"url": "https://www.camelotwebtools.com/api/mcp",
"transport": "http"
}
}
}
```
---
## 79 Supported Tools Overview
### Client Work (7 tools)
* camelot_project_proposal: Project Proposal Builder - Create structured project proposals with timeline, deliverables, budget, and clean unwatermarked export.
* camelot_statement_of_work: Statement of Work (SOW) - Draft detailed SOWs with milestones, deliverables, payment terms, and clean unwatermarked export.
* camelot_contract_builder: Contract Builder - Generate editable draft worksheets for consulting and services agreements with zero watermarks.
* camelot_nda_generator: Non-Disclosure Agreement Template - Create customizable mutual or unilateral NDA draft worksheets.
* camelot_contractor_agreement: Contractor Agreement Template - Draft independent contractor agreements with IP, scope, and compensation terms.
* camelot_time_tracker_analyzer: Time Track Analyzer - Log billable client hours, calculate totals by project, and analyze billable ratios.
* camelot_meeting_minutes_formatter: Meeting Minutes Formatter - Format client meeting notes into structured minutes with action items and decisions.
### Finance & Billing (23 tools)
* camelot_invoice_generator: Invoice Generator Pro - Create customizable vector PDF invoices with multi-currency labels, editable line items, tax and discount fields, and local unwatermarked PDF export.
* camelot_bank_csv_normalizer: Bank Transaction CSV Normalizer - Paste transaction rows copied from a spreadsheet and normalize them into a consistent five-column CSV file.
* camelot_pay_statement: Pay Statement Builder - Generate detailed pay statement breakdowns with gross pay, deductions, and withholdings.
* camelot_tax_estimator: Tax Estimator Worksheet - Estimate Federal and Self-Employment tax liability ranges with standard deduction and benchmark brackets.
* camelot_cash_flow_projection: Cash Flow Projection - Model monthly revenue, operating expenses, and cash runway projections.
* camelot_profit_loss_generator: Profit & Loss Generator - Build income statements with categorized revenue and operating expenses.
* camelot_balance_sheet_maker: Balance Sheet Maker - Organize assets, liabilities, and equity to generate structured balance sheet summaries.
* camelot_equity_dilution_calculator: Equity Dilution Calculator - Calculate founder dilution, option pool expansions, and investment rounds.
* camelot_cap_table_manager: Cap Table Manager - Manage shareholder ownership percentages, share classes, and vesting schedules.
* camelot_debt_payoff_calculator: Debt Payoff Calculator - Compare avalanche and snowball debt payoff strategies with interest savings.
* camelot_mortgage_amortization: Mortgage Amortization - Calculate monthly mortgage payments, amortization schedules, and principal breakdown.
* camelot_retirement_scenario_planner: Retirement Scenario Planner - Project retirement savings growth with compound interest and contribution schedules.
* camelot_crypto_tax_calculator: Crypto Tax Calculator - Track crypto capital gains and losses using FIFO and LIFO cost basis methods.
* camelot_pricing_tier_calculator: Pricing Tier Calculator - Model SaaS pricing tiers, feature gating, and revenue potential.
* camelot_ltv_cac_calculator: LTV to CAC Calculator - Analyze customer lifetime value against acquisition cost and payback periods.
* camelot_expense_log_analyzer: Expense Log & Analyzer - Categorize business expenses, identify tax-deductible items, and export expense reports.
* camelot_receipt_itemizer: Receipt Itemizer - Tabulate receipt line items, compute tax breakdowns, and export structured expense records.
* camelot_purchase_order_generator: Purchase Order Generator - Create professional purchase orders with vendor details, line items, and delivery terms.
* camelot_quick_budget: Quick Budget - Create a practical budget with income, spending, and savings categories stored in this browser.
* camelot_investment_tracker: Investment Tracker - Record holdings, cost basis, and manually entered prices to review allocation and gain or loss.
* camelot_emergency_fund_planner: Emergency Fund Planner - Estimate a cash reserve target from the monthly expenses and runway you choose.
* camelot_net_worth_tracker: Net Worth Tracker - Track manually entered assets and liabilities with records stored in this browser.
* camelot_subscription_manager: Subscription Manager - Track recurring business software costs, renewal dates, trials, and active subscriptions.
### Business Operations (24 tools)
* camelot_business_plan_generator: Business Plan Generator - Build lean business plans with executive summaries, market strategies, and financial projections.
* camelot_hr_offer_letter_generator: HR Offer Letter Generator - Create customized employment offer letter draft worksheets with salary and benefits terms.
* camelot_terms_of_service_template: Terms of Service Template - Draft website and SaaS terms of service worksheets covering user conduct and liability.
* camelot_privacy_policy_template: Privacy Policy Template - Generate privacy policy draft worksheets covering data collection, cookies, and user rights.
* camelot_employee_handbook_template: Employee Handbook Template - Build customized employee handbook draft worksheets covering workplace policies and standards.
* camelot_competitor_matrix_builder: Competitor Matrix Builder - Map competitors across features, pricing, strengths, and market positioning.
* camelot_market_sizing_calculator: Market Sizing Calculator - Estimate TAM, SAM, and SOM market sizes using top-down and bottom-up models.
* camelot_shipment_vendor_log: Shipment & Vendor Log - Track vendor shipments, delivery timelines, lead times, and inventory receipts.
* camelot_shipping_label_mockup: Shipping Label Mockup - Generate printable shipping label layouts with barcode placeholders and addresses.
* camelot_customs_declaration_form: Customs Declaration Worksheet - Draft international shipping customs declaration worksheets with HS codes and item valuations.
* camelot_churn_rate_forecaster: Churn Rate Forecaster - Forecast customer churn, net revenue retention, and revenue impacts.
* camelot_reorder_point_calculator: Reorder Point Calculator - Calculate optimal inventory reorder points and safety stock levels.
* camelot_ad_copy_template_builder: Ad Copy Template Builder - Structure PPC and social media ad copy variations with headlines and CTAs.
* camelot_social_media_planner: Social Media Planner - Plan and schedule multi-channel social media content calendars with draft posts.
* camelot_email_campaign_writer: Email Campaign Template Writer - Draft structured email marketing sequences with subject lines and body copy.
* camelot_cold_outreach_emailer: Cold Outreach Emailer - Craft personalized cold sales outreach email templates and follow-up sequences.
* camelot_press_release_generator: Press Release Generator - Format standard press release announcements with boilerplate and media contact info.
* camelot_brand_asset_manager: Brand Asset Manager - Organize brand hex colors, typography scales, logo assets, and usage rules.
* camelot_brand_name_generator: Brand Name Generator - Generate brand name ideas based on keywords, industry, and naming styles.
* camelot_personal_crm: Personal Networking CRM - Track professional relationships, contact history, What people ask about camelotwebtools-mcp
What is kingwarthur/camelotwebtools-mcp?
+
kingwarthur/camelotwebtools-mcp is mcp servers for the Claude AI ecosystem. Official Model Context Protocol (MCP) server for Camelot Web Tools. 79 deterministic tools for Claude Desktop, Cursor, and Windsurf. It has 0 GitHub stars and its last recorded update is dated 2026-09-23.
How do I install camelotwebtools-mcp?
+
You can install camelotwebtools-mcp by cloning the repository (https://github.com/kingwarthur/camelotwebtools-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is kingwarthur/camelotwebtools-mcp safe to use?
+
Our security agent has analyzed kingwarthur/camelotwebtools-mcp and assigned a Trust Score of 90/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains kingwarthur/camelotwebtools-mcp?
+
kingwarthur/camelotwebtools-mcp is maintained by kingwarthur. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.
Are there alternatives to camelotwebtools-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy camelotwebtools-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/kingwarthur-camelotwebtools-mcp)<a href="https://claudewave.com/repo/kingwarthur-camelotwebtools-mcp"><img src="https://claudewave.com/api/badge/kingwarthur-camelotwebtools-mcp" alt="Featured on ClaudeWave: kingwarthur/camelotwebtools-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.