Skip to main content
Glama
luecha-work

LKPlanWise MCP Server

by luecha-work

LKPlanWise MCP Server

Stateless MCP adapter for the LKPlanWise Go REST API. AI clients call curated MCP tools over Streamable HTTP; this service validates tool contracts and forwards each caller's Bearer credential to the Go backend. It does not connect to PostgreSQL or duplicate financial business rules.

Architecture

AI Agent
  -> MCP Streamable HTTP
  -> Python FastMCP server
  -> HTTPX + request-scoped Bearer credential
  -> LKPlanWise Go API
  -> service layer
  -> PostgreSQL

Related MCP server: mcp-proxy

Requirements

  • Python 3.12+

  • uv

  • Running LKPlanWise Go backend

Setup

uv python install 3.12
uv sync
Copy-Item .env.example .env

Configure LKPLANWISE_MCP_BACKEND_BASE_URL in .env, then run:

uv run lkplanwise-mcp-server

The MCP endpoint is available at:

http://127.0.0.1:8000/mcp

The operational health endpoint is:

http://127.0.0.1:8000/healthz

First tool

list_financial_accounts lists accounts owned by the authenticated user. The MCP request must include:

Authorization: Bearer <credential>

The credential is forwarded to GET /financial-accounts on the Go backend. The Go backend remains responsible for validating the credential, resolving the user, enforcing ownership, and applying business rules.

The current Go middleware accepts JWT access tokens. Before using sk-lk-* Agent API keys end to end, add a restricted Agent-authenticated route group to the Go backend or extend only the intended resource routes with Agent API key authentication.

Development

uv run pytest
uv run ruff check .
uv run ruff format --check .
uv run mypy

Test the running server with MCP Inspector:

npx -y @modelcontextprotocol/inspector

Connect the Inspector to http://127.0.0.1:8000/mcp and provide the Authorization header in its connection settings.

Design rules

  • Tools are curated user actions, not an automatic mirror of REST endpoints.

  • The MCP service never connects directly to the database.

  • Credentials are request-scoped and must never be logged or returned.

  • Reads and writes are separate tools with accurate safety annotations.

  • Consequential write tools require idempotency support in the Go backend.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    HTTP bridge that exposes MCP tools via POST endpoint, enabling remote LLMs to access local functionality with bearer authentication.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Bridges LLM clients with existing RESTful microservices by converting MCP tool calls into REST requests, enabling any REST API to be used as an MCP tool without modifying the microservices.
    Last updated
    1,097,565
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for integrating FinanceMarker.ru with LLM agents, IDEs, n8n, and other MCP-compatible clients. It proxies the FinanceMarker REST API and exposes it as a set of MCP tools.
    Last updated
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Read-only MCP and HTTP proxy server for accessing Monarch Money financial data, enabling transaction analysis, budget tracking, and cashflow insights through natural language.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luecha-work/lkplanwise-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server