Model Context Protocol (MCP)
Connect Valstorm to standard LLMs like Claude via our Model Context Protocol Server. Let AI interact securely with your business data.
Setup
Configure your MCP client (e.g., Claude Desktop) with the Valstorm Server.
{
"mcpServers": {
"valstorm": {
"command": "npx",
"args": ["-y", "@valstorm/mcp-server"],
"env": {
"VALSTORM_API_KEY": "YOUR_API_KEY"
}
}
}
}Capabilities
- List and query custom objects
- Run SQL-like Valstorm queries
- Trigger AppBuilder flows