Battery
БесплатноНе проверенEnables LLMs to verify the novelty and validity of invented battery materials, with support for searching and validating against a materials database.
Описание
Enables LLMs to verify the novelty and validity of invented battery materials, with support for searching and validating against a materials database.
README
A Model Context Protocol server that provides materials validation capabilities. This server enables LLMs to verify invented materials are novel and valid or not. We currently support cathode battery materials.
[!CAUTION] This server can access local/internal IP addresses and may represent a security risk. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.
Available Tools
search_material
Searches and returns relevant battery materials from the database.
Parameters:
formula(string, required): Formula query for battery materials (e.g., "LiCoO2")n(integer, optional): Number of results to return (default: 5, min: 1, max: 100)
verify_input_material
Validates whether a material exists in the database.
Parameters:
original_material(string, required): Material formula to validate (e.g., "LiFePO4")
battery_material_validation
Parses and validates battery materials from a query, comparing them against a reference material.
Parameters:
original_material(string, required): Reference battery material (e.g., "LiCoO2")query(string, required): Comma-separated list of proposed materials (e.g., "Li2B4O7, Li1.06Ti2O4")
Installation
This MCP server requires API key from materials project, you can get api key and use it with env variable MP_API_KEY
export MP_API_KEY=
Using uv (recommended)
When using uv no specific installation is needed. We will use uvx to directly run battery-mcp.
Using PIP
Alternatively you can install battery-mcp via pip:
pip install battery-mcp
After installation, you can run it as a script using:
python -m battery_mcp
Running with streamable-http
You can also deploy mcp as http server with streamable-http transport protocol
python -m battery_mcp --transport http --http-host 0.0.0.0 --http-port 8080
or using uvx
uvx battery-mcp --transport http --http-host 0.0.0.0 --http-port 8080
Configuration
Configure for Claude.app
Add to your Claude settings:
Using uvx
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["battery-mcp"]
}
}
}
Using pip installation
{
"mcpServers": {
"fetch": {
"command": "python",
"args": ["-m", "battery-mcp"]
}
}
}
License
battery-mcp is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Установка Battery
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/janhq/material-project-mcpFAQ
Battery MCP бесплатный?
Да, Battery MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Battery?
Нет, Battery работает без API-ключей и переменных окружения.
Battery — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Battery в Claude Desktop, Claude Code или Cursor?
Открой Battery на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Battery with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
