LKPlanWise MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LKPlanWise MCP Serverlist my financial accounts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
-> PostgreSQLRelated MCP server: mcp-proxy
Requirements
Python 3.12+
Running LKPlanWise Go backend
Setup
uv python install 3.12
uv sync
Copy-Item .env.example .envConfigure LKPLANWISE_MCP_BACKEND_BASE_URL in .env, then run:
uv run lkplanwise-mcp-serverThe MCP endpoint is available at:
http://127.0.0.1:8000/mcpThe operational health endpoint is:
http://127.0.0.1:8000/healthzFirst 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 mypyTest the running server with MCP Inspector:
npx -y @modelcontextprotocol/inspectorConnect 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.
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceHTTP bridge that exposes MCP tools via POST endpoint, enabling remote LLMs to access local functionality with bearer authentication.Last updated
- Alicense-qualityCmaintenanceBridges 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 updated1,097,5651MIT
- Alicense-qualityDmaintenanceMCP 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 updated4MIT
- Alicense-qualityCmaintenanceRead-only MCP and HTTP proxy server for accessing Monarch Money financial data, enabling transaction analysis, budget tracking, and cashflow insights through natural language.Last updatedMIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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