INDIVIDUAL MCP TOOL
camelot_shipment_vendor_log
Shipment & Vendor Log: Track vendor shipments, delivery timelines, lead times, and inventory receipts..
LIVE ENDPOINT
https://www.camelotwebtools.com/api/mcp
Connect to this endpoint to inspect the live schema for camelot_shipment_vendor_log and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.camelot-web-tools-mcp]
url = "https://www.camelotwebtools.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"camelot-web-tools-mcp": {
"type": "http",
"url": "https://www.camelotwebtools.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: camelot-web-tools-mcp
Remote MCP URL: https://www.camelotwebtools.com/api/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": {
"camelot-web-tools-mcp": {
"url": "https://www.camelotwebtools.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"camelot-web-tools-mcp": {
"type": "http",
"url": "https://www.camelotwebtools.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "camelot-web-tools-mcp",
"transport": "streamable-http",
"url": "https://www.camelotwebtools.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related 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..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..