Lifetechia Mcp Server

by ayurrin

162 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Lifetechia Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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" }, } ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.