armavita-quo-mcp
Local-first MCP server for Quo/OpenPhone automation across messaging, calls, contacts, users, phone numbers, and webhooks via a clean stdio tool surface.
README
armavita-quo-mcp
<p align="center"> <img src="docs/assets/armavita-quo-mcp-hero-1080.jpg" alt="ArmaVita Quo MCP hero image" width="100%" /> </p>
<p align="center"><strong>Brought to you by <a href="https://armavita.com">ArmaVita.com</a></strong></p> <p align="center">Need a custom implementation? <a href="https://armavita.com">Contact us</a>.</p>
armavita-quo-mcp is a local-first MCP server for Quo API workflows (messaging, calls, contacts, users, phone numbers, and webhooks).
- MCP transport: local
stdio - Runtime: Node.js 18+
- Auth:
QUO_API_KEY - License: AGPL-3.0-only
Install
npm install
Run
bash ./run.sh
run.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_message - Conversations:
list_conversations - Contacts:
create_contact,list_contacts,get_contact,update_contact,delete_contact,get_contact_custom_fields - Calls:
list_calls,get_call,get_call_recordings,get_call_summary,get_call_transcription,get_voicemail - Phone numbers:
list_phone_numbers,get_phone_number - Users:
list_users,get_user - Webhooks:
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 check
Start directly:
npm start
License
GNU Affero General Public License v3.0 (AGPLv3). See LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.