
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@expensebot/mcp-server
Advanced tools
MCP server for ExpenseBot — lets Claude, ChatGPT, Cursor, and other AI assistants answer questions about ExpenseBot by wrapping the public /api/discover knowledge-base endpoint.
An MCP server that exposes ExpenseBot's public knowledge base to AI assistants like Claude Desktop, Cursor, Gemini, and any other client that speaks the Model Context Protocol.
Users install this server once, then they can ask their AI assistant questions like:
and get accurate answers sourced from expensebot.ai/api/discover.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"expensebot": {
"command": "npx",
"args": ["-y", "@expensebot/mcp-server"]
}
}
}
Restart Claude Desktop. You should see "expensebot" as an available MCP server, with 3 tools.
Use the same command: npx -y @expensebot/mcp-server
| Tool | Description |
|---|---|
search_expensebot(query, persona?) | Natural-language search over the KB |
get_expensebot_persona(persona) | Full pitch for a specific audience |
get_expensebot_overview() | Top-level product info and pricing |
Run the contract tests locally (they hit the production API):
npm install
npm test
Or test against a local dev server:
EXPENSEBOT_API_BASE=http://localhost:3000 npm test
EXPENSEBOT_API_BASE — override the API base (default: https://www.expensebot.ai)MIT
FAQs
MCP server for ExpenseBot — lets Claude, ChatGPT, Cursor, and other AI assistants answer questions about ExpenseBot by wrapping the public /api/discover knowledge-base endpoint.
We found that @expensebot/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.