← swiftsignquote.com
INDIVIDUAL MCP TOOL
get_pricing
Returns SwiftSignQuote subscription pricing - the three tiers (Starter, Professional, Enterprise) with taglines and feature lists, billing model, currency, and the demo booking URL.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.swiftsignquote-com]
url = "https://swiftsignquote.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swiftsignquote-com": {
"type": "http",
"url": "https://swiftsignquote.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swiftsignquote-com
Remote MCP URL: https://swiftsignquote.com/api/mcp/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": {
"swiftsignquote-com": {
"url": "https://swiftsignquote.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swiftsignquote-com": {
"type": "http",
"url": "https://swiftsignquote.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swiftsignquote-com",
"transport": "streamable-http",
"url": "https://swiftsignquote.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_info— Returns factual company information about SwiftSignQuote - name, website URL, description, country, founding story, pricing model, demo booking URL, and contact path.get_products— Returns the sign product categories SwiftSignQuote can quote (e.g.get_faqs— Returns frequently asked questions and answers about SwiftSignQuote, each tagged with a topic.search_content— Searches SwiftSignQuote blog articles by keyword across titles, descriptions, and tags.get_article— Returns the full markdown body of a single SwiftSignQuote blog article by slug (the last path segment of a blog URL).book_demo— Returns the Calendly link to book a 30-minute SwiftSignQuote demo, plus the contact page URL.