Lifetechia Mcp Server
@ayurrin
About Lifetechia Mcp Server
Lifetechia MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lifetechia": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_KEY",
"lifetechia-server"
],
"env": {
"API_KEY": "APIKEY"
},
"autoApprove": [],
"disabled": false,
"timeout": 60,
"transportType": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Lifetechia Mcp Server?
It is an MCP server that provides EDINET data, offered by Lifetechia. A free API key is required to use the server.
How to use Lifetechia Mcp Server?
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.
Key features of Lifetechia Mcp Server
- Provides EDINET financial data
- Requires a free API key from Lifetechia
- Runs as a Docker container
- Uses stdio transport
Use cases of Lifetechia Mcp Server
β
FAQ from Lifetechia Mcp Server
How do I get an API key for Lifetechia Mcp Server?
Obtain a free API key by registering at https://lifetechia.com/register/.
What runtime does Lifetechia Mcp Server require?
It requires Docker to run.
What transport type does Lifetechia Mcp Server use?
It uses stdio transport.
Is the API key for Lifetechia Mcp Server free?
Yes, the API key is free.
More Other MCP servers
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments