Material Properties
EngineeringComprehensive database of material properties including mechanical, thermal, and electrical properties for various materials used in engineering applications.
Data Preview
Preview of the data available in this data source
Loading data preview...
Loading data...
Connect via MCP
Use an MCP server to let your IDE/agent query this data source using your API key.
For hosted, use
https://srcerer.io. For local dev, use http://localhost:3000.Subscribe to this data source first, then generate a subscriber API key below to connect via MCP.
Claude Desktop `claude_desktop_config.json` / Cursor MCP config
{
"mcpServers": {
"srcerer-material-properties": {
"command": "node",
"args": [
"<absolute-path-to-your-project>/scripts/mcp-data-source-server.js"
],
"env": {
"SRCERER_BASE_URL": "https://srcerer.io",
"SRCERER_DATA_SOURCE_SLUG": "material-properties",
"SRCERER_API_KEY": "<paste-your-subscriber-api-key>"
}
}
}
}What the MCP server calls under the hood
{
"endpoint": "https://srcerer.io/api/v1/material-properties/table?limit=25&page=1&sortBy=created_at&sortOrder=desc",
"header": {
"X-API-Key": "<paste-your-subscriber-api-key>"
}
}Tip: if you’re using the hosted site, set
SRCERER_BASE_URL to https://srcerer.io.Full Table Access
Subscribe to view and explore the complete data table
Subscribe to access the full data table
Click the Subscribe button above to view paginated access to all data in this data source