armavita-quo-mcp
armavita-quo-mcp
armavita-quo-mcp is a local-first MCP server for Quo API workflows (messaging, calls, contacts, users, phone numbers, and webhooks).
MCP transport: local
stdioRuntime: Node.js 18+
Auth:
QUO_API_KEYLicense: AGPL-3.0-only
Install
npm installRelated MCP server: @nightsquawktech/gohighlevel-mcp-server
Run
bash ./run.shrun.sh verifies Node/npm, installs dependencies if needed, then starts the MCP server.
Required Environment Variable
QUO_API_KEY: Quo API key used for all API calls.
Optional:
QUO_HTTP_TIMEOUT_MS: request timeout in milliseconds (default:30000).
Quick MCP Client Config
Use this pattern in your MCP client config:
{
"mcpServers": {
"armavita-quo-mcp": {
"command": "bash",
"args": ["/absolute/path/to/armavita-quo-mcp/run.sh"],
"env": {
"QUO_API_KEY": "YOUR_QUO_API_KEY"
}
}
}
}If your client launches from this folder, you can use:
{
"mcpServers": {
"armavita-quo-mcp": {
"command": "bash",
"args": ["./run.sh"],
"env": {
"QUO_API_KEY": "YOUR_QUO_API_KEY"
}
}
}
}Tool Coverage
Messages:
send_text,list_messages,get_messageConversations:
list_conversationsContacts:
create_contact,list_contacts,get_contact,update_contact,delete_contact,get_contact_custom_fieldsCalls:
list_calls,get_call,get_call_recordings,get_call_summary,get_call_transcription,get_voicemailPhone numbers:
list_phone_numbers,get_phone_numberUsers:
list_users,get_userWebhooks:
list_webhooks
Pagination
List endpoints expose Quo pagination parameters such as
maxResultsandpageToken.Preserve and pass forward returned page tokens to continue pagination.
Usage Notes
Use E.164 format for phone numbers where required (for example
+18325551234).update_contactrequires at least one field to update.API failures are returned from Quo status and response details, with secrets redacted in server error paths.
Security
Never commit real
QUO_API_KEYvalues.Keep credentials in client/server env config, not in source files.
Use separate keys for dev/staging/prod.
Docs
Scope
This repository is an OSS local MCP server.
Transport mode is local
stdioonly.Tool aliases are intentionally not exposed.
Development
Syntax check:
npm run checkStart directly:
npm startLicense
GNU Affero General Public License v3.0 (AGPLv3). See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceLocal MCP server for macOS native apps: Mail, Calendar, Reminders, Notes, Messages, and Contacts. Enables reading and organizing your Mac life through a single stdio process using AppleScript/JXA.Last updated4021MIT
- AlicenseAqualityBmaintenanceStdio MCP server for curated GoHighLevel API v2 coverage, enabling create, update, and delete operations on custom fields, contacts, opportunities, tags, conversations, calendars, and more, with safe guarded destructive tools requiring explicit confirmation.Last updated5628AGPL 3.0
- AlicenseAqualityBmaintenanceA local MCP server that exposes macOS automation actions (AppleScript + CLIs) as tools, enabling MCP clients on your Mac to control apps, system settings, and more.Last updated39MIT
- FlicenseAqualityCmaintenanceMCP server for Personal OS API that enables managing tasks, notes, projects, collections, reviews, and more through typed tools over stdio.Last updated66
Related MCP Connectors
MCP server for interacting with the Supabase platform
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EfrainTorres/armavita-quo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server