eCommerce
checkmycontractorquote.com
This MCP server supports e-commerce operations by generating listing requirements, estimating margins, normalizing inventory data, and auditing workflows for AI automation.
ENDPOINT 1
https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
create_listing_requirementsUse this when a user wants a checklist of information required before listing inventory.
Inferred read-onlyestimate_margin_fieldsUse this when a user wants the inputs required to assess potential listing margin.
Inferred read-onlygenerate_supplier_intakeUse this when a user wants a supplier intake checklist for inventory or travel/resort offers.
Inferred read-onlynormalize_inventoryUse this when a user wants inventory fields normalized into a consistent listing structure.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_inventory_network"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
audit_workflow_for_aiUse this when a user wants a workflow reviewed for AI/MCP automation opportunities.
Inferred read-onlybuild_integration_checklistUse this when a user wants an implementation checklist for an AI/MCP integration.
Inferred read-onlycreate_tool_catalogUse this when a user wants a proposed AI/MCP tool catalog for a workflow.
Inferred read-onlygenerate_mcp_package_planUse this when a user wants a scoped MCP/AI implementation package plan.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/ai_mcp_enablement_agency"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
build_fire_purchase_checklistUse this when a user wants a purchasing checklist for fire/public-safety equipment.
Inferred read-onlycompare_rfq_quotesUse this when a user wants public-safety RFQ quote amounts and comparison flags organized.
Inferred read-onlyflag_procurement_gapsUse this when a user wants missing procurement assumptions or quote-comparison gaps flagged.
Inferred read-onlygenerate_vendor_questionsUse this when a user wants questions to send vendors before comparing quotes.
Potential side effectsCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firebuy"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 3
build_firegrant_checklistUse this when a user wants a fire-grant application preparation checklist.
Inferred read-onlyextract_firegrant_requirementsUse this when a user wants fire-grant requirements extracted.
Inferred read-onlyscore_firegrant_readinessUse this when a fire department wants a checklist-style readiness assessment for grant text.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/firegrant_ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
build_application_checklistUse this when a user wants an application checklist from grant requirements.
Inferred read-onlyextract_grant_requirementsUse this when a user wants grant requirements extracted from source text.
Inferred read-onlygenerate_evidence_listUse this when a user wants a list of supporting evidence/documents to gather for a grant.
Inferred read-onlyscore_grant_readinessUse this when a user wants a grant-readiness checklist from grant text and organization context.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/grantops_ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
create_reminder_planUse this when a user wants a reminder-plan outline from a compliance calendar.
Inferred read-onlyexplain_required_documentsUse this when a user wants a checklist of documents likely needed for a compliance lane.
Inferred read-onlygenerate_compliance_calendarUse this when a user wants a starter compliance calendar for a supported business vertical.
Inferred read-onlylist_renewal_itemsUse this when a user wants likely renewal/checklist items from a compliance lane.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/local_compliance_os"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
draft_tenant_questionsUse this when a user wants questions to ask a tenant before maintenance dispatch.
Inferred read-onlygenerate_vendor_packetUse this when a user wants a vendor-dispatch information packet drafted from a maintenance issue.
Inferred read-onlyrank_urgencyUse this when a user wants maintenance urgency categorized from issue text.
Inferred read-onlytriage_maintenance_issueUse this when a user wants a maintenance issue categorized by urgency for human review.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/maintenance_concierge_ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
build_inspection_questionsUse this when a user wants questions to verify inspection requirements.
Inferred read-onlycreate_opening_planUse this when a user wants a project-opening plan from permit dependencies.
Inferred read-onlygenerate_permit_checklistUse this when a user wants a starter permit/opening checklist for a supported lane.
Inferred read-onlyidentify_likely_formsUse this when a user wants likely forms or approvals identified for a project.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/permit_pilot"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 4
build_vendor_questionsUse this when a user wants vendor clarification questions from a bid.
Inferred read-onlyextract_bid_requirementsUse this when a user wants public-safety bid requirements extracted.
Inferred read-onlygenerate_no_bid_reasonUse this when a user wants likely reasons a solicitation may be a weak fit or no-bid.
Inferred read-onlyscore_bid_fitUse this when a user wants a checklist-style fit score for a public-safety bid.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/public_safety_bid"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot
MCP server metadata
- Name
- ventureos-ai-plugin-store
- Version
- 0.3.0
Use tools/list then tools/call.
Known tools 5
build_compliance_matrixUse this when a user wants an RFP requirement/compliance matrix.
Inferred read-onlydraft_response_outlineUse this when a user wants a response outline derived from RFP requirements.
Inferred read-onlyextract_requirementsUse this when a user wants requirements extracted from an RFP or solicitation.
Inferred read-onlygenerate_rfp_questionsUse this when a user wants clarification questions derived from an RFP.
Inferred read-onlyscore_bid_readinessUse this when a user wants a checklist-style bid-readiness assessment from RFP text.
Inferred read-onlyCONNECT 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.ventureos-ai-plugin-store]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ventureos-ai-plugin-store
Remote MCP URL: https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot
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": {
"ventureos-ai-plugin-store": {
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ventureos-ai-plugin-store": {
"type": "http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ventureos-ai-plugin-store",
"transport": "streamable-http",
"url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp/smb_rfp_copilot"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.