Lifetechia Mcp Server
About
It is an MCP server that provides EDINET data, offered by Lifetechia. A free API key is required to use the server.
Details
- Author
- ayurrin
- Downloads
- 162
- Categories
- Other, API
Jump to
- Provides EDINET financial data
- Requires a free API key from Lifetechia
- Runs as a Docker container
- Uses stdio transport
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Lifetechia Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server in your MCP client using a Docker command, setting the API_KEY environment variable. The server runs via Docker with stdio transport.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"lifetechia mcp server": {
"lifetechia": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_KEY",
"lifetechia-server"
],
"env": {
"API_KEY": "APIKEY"
},
"autoApprove": [],
"disabled": false,
"timeout": 60,
"transportType": "stdio"
}
}
}
}
McpServers
{
"lifetechia": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_KEY",
"lifetechia-server"
],
"env": {
"API_KEY": "APIKEY"
},
"autoApprove": [],
"disabled": false,
"timeout": 60,
"transportType": "stdio"
}
}
EDINET DATA MCP Server From Lifetechia
Get API key From here It is Free! for MCP server settings ``json
{
"lifetechia": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_KEY",
"lifetechia-server"
],
"env": {
"API_KEY": "APIKEY"
},
"autoApprove": [],
"disabled": false,
"timeout": 60,
"transportType": "stdio"
},
}
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




