Scenario
A user tests their newly connected PARAMUS MCP server in Claude Desktop by performing a real copolymer design workflow. This story demonstrates successful MCP integration and showcases the BRAIN platform's TransPolymer model for analyzing styrene-butadiene copolymers at different compositional ratios.
Interactive Dialog
Learning Outcomes
OK
Successfully connect and validate PARAMUS MCP server in Claude Desktop
User confirmed MCP connection by testing chemistry tools
OK
Use BRAIN platform's discovery tool to find available AI models
brain_discovery found TransPolymer.exe mounted and ready
OK
Generate polymer embeddings using TransPolymer for different compositions
Three successful predictions with 768D embeddings
OK
Understand BigSMILES notation for representing copolymer compositions
Different BigSMILES strings encode different monomer ratios
OK
Interpret TransPolymer output and computation performance
Predictions completed in 30-48ms with 768-dimensional vectors
Key Concepts
MCP Protocol
Model Context Protocol enables Claude Desktop to access external tools and services through standardized JSON-RPC communication
BRAIN Platform
AI model hosting service that mounts and serves machine learning models as HTTP services
TransPolymer
Deep learning model (v1.1.0) that generates 768-dimensional embeddings encoding polymer structure and properties
BigSMILES
Polymer notation system that represents macromolecular structure including monomer ratios and architecture
Styrene-Butadiene Rubber (SBR)
Important commercial copolymer system with tunable properties based on monomer ratio
Embeddings
High-dimensional vector representations that encode chemical structure for ML tasks
Composition Effects
Styrene increases rigidity/Tg, butadiene increases flexibility/elasticity
Tools Working
- OK calculate_molecular_weight Chemistry tool working perfectly, calculated caffeine MW = 194.19 g/mol
- OK brain_discovery Successfully found 4 executables, TransPolymer mounted at port 5100
- OK brain_predict Three successful predictions, computation times 31-48ms, 768D embeddings
Known Issues
-
FAIL
brain_predict
Initial attempts with different input formats failed - correct format is {data: {text:
, temperature: }}