File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " optimade-mcp-server" ,
3+ "display_name" : " OPTIMADE MCP Server" ,
4+ "description" : " An MCP server for searching materials science data from OPTIMADE APIs." ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/dianfengxiaobo/optimade-mcp-server"
8+ },
9+ "author" : {
10+ "name" : " dianfengxiaobo" ,
11+ "email" : " dianfeng.xiaobo@gmail.com"
12+ },
13+ "license" : " MIT" ,
14+ "categories" : [
15+ " Web Services" ,
16+ " Dev Tools"
17+ ],
18+ "tags" : [
19+ " optimade" ,
20+ " mcp-server" ,
21+ " materials-science"
22+ ],
23+ "arguments" : {
24+ "OPTIMADE_PROVIDERS_URL" : {
25+ "description" : " URL to a JSON file containing a list of OPTIMADE providers." ,
26+ "required" : true ,
27+ "example" : " https://providers.optimade.org/v1/links"
28+ },
29+ "PORT" : {
30+ "description" : " The port the server will listen on." ,
31+ "required" : false ,
32+ "example" : " 8080"
33+ }
34+ },
35+ "tools" : [
36+ {
37+ "name" : " search" ,
38+ "description" : " Search for materials structures using an OPTIMADE filter query." ,
39+ "inputSchema" : {
40+ "type" : " object" ,
41+ "properties" : {
42+ "filter" : {
43+ "type" : " string" ,
44+ "description" : " The OPTIMADE filter query."
45+ }
46+ },
47+ "required" : [
48+ " filter"
49+ ]
50+ }
51+ }
52+ ],
53+ "installations" : {
54+ "uvx" : {
55+ "type" : " uvx" ,
56+ "package" : " optimade-mcp-server@0.1.1" ,
57+ "command" : " uvx" ,
58+ "args" : [
59+ " --package" ,
60+ " optimade-mcp-server@0.1.1" ,
61+ " server"
62+ ],
63+ "description" : " Run the server using the Universal Vercel Executor (uvx)." ,
64+ "recommended" : true
65+ }
66+ },
67+ "is_official" : false ,
68+ "is_archived" : false
69+ }
You can’t perform that action at this time.
0 commit comments