CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mintlineai avatar

Mintline Mcp

mintlineai/mintline-mcp
STDIOregistry active
Summary

Connects Claude to Mintline's receipt and transaction management API. Exposes tools for querying receipts and transactions with filters, matching receipts to bank statement entries, and pulling spending analytics broken down by vendor, time period, or category. Loads available tools dynamically from the API so you always have access to the latest endpoints. Useful when you want conversational access to expense data, need help reviewing unmatched items, or want to ask natural language questions about spending patterns without opening the Mintline dashboard. Configure it with an API key from your Mintline settings and the tools appear in Claude Desktop automatically.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Mintline MCP Server

Connect AI assistants to your Mintline receipts and transactions via the Model Context Protocol.

MCP Registry mcp.so npm

Installation

npm install -g @mintline/mcp

Setup

1. Get your API key

Create an API key at mintline.ai/app/settings/api-keys

2. Configure Claude Desktop

Add to your ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "mintline": {
      "command": "mintline-mcp",
      "env": {
        "MINTLINE_API_KEY": "ml_live_your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

The Mintline tools will now be available.

Available Tools

Tools are loaded dynamically from the Mintline API and stay automatically in sync.

View all available tools:

  • Documentation: mintline.ai/docs/mcp
  • CLI: npx @mintline/mcp --list-tools

Example Prompts

Receipts & Transactions

  • "Show me my unmatched receipts"
  • "Find receipts from Amazon"
  • "List transactions from my Chase statement"
  • "Show details for receipt rcpt_01abc123"

Matching

  • "What matches need my review?"
  • "Confirm the top match"
  • "Reject match mtch_01xyz789 - wrong vendor"

Analytics

  • "How much did I spend this month?"
  • "What are my top vendors by spending?"
  • "Show me spending trends for the last 6 months"
  • "Break down my spending by week"
  • "How much did I spend at AWS last quarter?"
  • "What needs my attention?" (shows unmatched items)
  • "Do I have any large transactions without receipts?"

Environment Variables

VariableRequiredDescription
MINTLINE_API_KEYYesYour Mintline API key
MINTLINE_API_URLNoAPI URL (default: https://api.mintline.ai)

Development

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

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Monitoring & Observability
Registryactive
Package@mintline/mcp
TransportSTDIO
UpdatedFeb 4, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
morphious33453 avatar
CAN-TAP Verified

morphious33453/can-tap-verified-mcp

Free dofollow backlinks for Canadian businesses. Claim, verify, and track NFC tap analytics.
mshegolev avatar
Sonarqube Mcp

mshegolev/sonarqube-mcp

SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.
mishaal-cloud avatar
Ascend GTM Gateway

net.ascendgtm/gateway

34-tool GTM gateway: CRMs, ad platforms, analytics, Google Workspace, AWS, and LLM orchestration.
net.singular avatar
Mcp Server

net.singular/mcp-server

Marketing intelligence MCP server providing campaign performance data and analytics tools.
nextcut avatar
NextCut

nextcut/nextcut

Automate video creation and editing workflows by rendering scenes, templates, and slideshows programmatically. Edit media quickly with features for stitching clips, removing silence, trimming segments, and adding burned-in captions. Monitor production pipelines through job tracking and detailed metadata extraction.
nextcut avatar
NextCut

nextcut/nextcut-abf14bd1

Automate video creation and editing workflows by rendering scenes, templates, and slideshows programmatically. Edit media quickly with features for stitching clips, removing silence, trimming segments, and adding burned-in captions. Monitor production pipelines through job tracking and detailed metadata extraction.