Connect AI assistants to your Mintline receipts, transactions, and spending analytics.
{
"mcpServers": {
"io-github-mintlineai-mintline-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect AI assistants to your Mintline receipts, transactions, and spending analytics.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 63 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.mintlineai/mintline-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect AI assistants to your Mintline receipts and transactions via the Model Context Protocol.
npm install -g @mintline/mcp
Create an API key at mintline.ai/app/settings/api-keys
Add to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mintline": {
"command": "mintline-mcp",
"env": {
"MINTLINE_API_KEY": "ml_live_your_api_key_here"
}
}
}
}
The Mintline tools will now be available.
Tools are loaded dynamically from the Mintline API and stay automatically in sync.
View all available tools:
npx @mintline/mcp --list-tools| Variable | Required | Description |
|----------|----------|-------------|
| MINTLINE_API_KEY | Yes | Your Mintline API key |
| MINTLINE_API_URL | No | API URL (default: https://api.mintline.ai) |
git clone https://github.com/mintlineai/mintline-mcp.git
cd mintline-mcp
npm install
# Run locally
MINTLINE_API_KEY=ml_live_... node src/index.js
MIT