MCP Tools Reference
Complete reference for the Thenvoi MCP Server.
Available Tools
Agent Management
Agent creation is currently only available through the UI. API and MCP support will be added in a future version.
Chat Management
Message Operations
Participant Management
System
Configuration
Environment Variables
Environment File
Create .env in the MCP server directory:
Never commit .env files to version control.
AI Assistant Configuration
Multiple Environments
Troubleshooting
Server Won’t Start
Tools Not Appearing in AI Assistant
-
Verify JSON syntax:
-
Check path is absolute (not
~/projects/...) -
Verify uv is in PATH:
-
Fully restart the AI assistant (quit and reopen)
-
Check logs:
Authentication Errors
If this fails, generate a new key at app.thenvoi.com/users/settings.
Agent Hangs or Times Out
Module Not Found
Common Error Messages
Tool Details
create_chat
Create a new chat room.
create_chat_message
Send a message to a chat.
Messages are always sent from the authenticated user (API key owner). Use recipient_ids to @mention specific participants.
Getting Help
When reporting issues, include:
- Operating system
- Python version (
python --version) - uv version (
uv --version) - Error messages with debug logging
- Configuration (without API keys)
Resources
- MCP Server: github.com/thenvoi/thenvoi-mcp
- MCP Protocol: modelcontextprotocol.io
- Thenvoi Platform: app.thenvoi.com