ASM MCP Materials Platform
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | Yes | Host to bind MCP server | 0.0.0.0 |
| MCP_PORT | Yes | Port to bind MCP server | 8000 |
| OQMD_API | No | OQMD API base URL | https://oqmd.org/api |
| LOG_LEVEL | No | Logging level | INFO |
| MATERIALS_API | Yes | Base URL for Materials Project API | https://next-gen.materialsproject.org/api |
| MCP_TRANSPORT | Yes | MCP transport protocol | http |
| OQMD_REQUIRED | No | Whether OQMD is required | false |
| OQMD_RESOURCE | No | OQMD resource path | formationenergy |
| SQL_CONNECTION | No | Database connection string | sqlite+pysqlite:///:memory: |
| REQUEST_TIMEOUT | No | Timeout for HTTP requests in seconds | 30 |
| MCP_REQUIRE_AUTH | No | Whether authentication is required for MCP | false |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds | 3600 |
| MATERIALS_API_KEY | Yes | Your Materials Project API key | |
| MATERIALS_API_MODE | Yes | API mode (e.g., auto) | auto |
| CORS_ALLOWED_ORIGINS | No | Allowed CORS origins | |
| REQUEST_RETRY_BACKOFF | No | Backoff factor for retries | 0.5 |
| MATERIALS_SUMMARY_PATH | No | Path for materials summary endpoint | /materials/summary |
| REQUEST_RETRY_ATTEMPTS | No | Number of retry attempts for HTTP requests | 3 |
| MATERIALS_API_KEY_HEADER | No | Header name for API key | X-API-KEY |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/sudhanshubliz/asm-mcp-materials-platform'
If you have feedback or need assistance with the MCP directory API, please join our Discord server