Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,26 @@
|
|
1 |
---
|
2 |
-
title: Materials Project
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.33.
|
8 |
-
app_file:
|
9 |
-
pinned:
|
10 |
license: mit
|
11 |
short_description: Look-up materials and data through the Materials Project API
|
|
|
|
|
|
|
12 |
---
|
|
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Materials Project MCP
|
3 |
+
emoji: 🔎
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.33.0
|
8 |
+
app_file: mp_mcp.py
|
9 |
+
pinned: true
|
10 |
license: mit
|
11 |
short_description: Look-up materials and data through the Materials Project API
|
12 |
+
tags:
|
13 |
+
- Agents-MCP-Hackathon
|
14 |
+
- mcp-server-track
|
15 |
---
|
16 |
+
# Materials Project MCP
|
17 |
|
18 |
+
## This is a simple MCP tool to interact with Materials Project API.
|
19 |
+
|
20 |
+
The Materials Project is a multi-institution, multi-national effort to compute the properties of all inorganic materials and provide the data and associated analysis algorithms for every materials researcher free of charge. The ultimate goal of the initiative is to drastically reduce the time needed to invent new materials by focusing costly and time-consuming experiments on compounds that show the most promise computationally. [(source)](https://next-gen.materialsproject.org/about)
|
21 |
+
|
22 |
+
With this project we hope that AI tools will be integrate more closely with actual data which will help more scientists with their research.
|
23 |
+
|
24 |
+
App to test and connect to this mcp server: [materials-project-chat](https://huggingface.co/spaces/rumanmoulik/materials-project-chat)
|
25 |
+
|
26 |
+
Video demo can be found [here](https://drive.google.com/file/d/1ilBV2RpGY65XPm5gAtwdViHAPdr9RLF8/view?usp=sharing)
|