npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

automatisch-overstappen-mcp-server

v1.0.3

Published

MCP bridge that forwards energy contract tools to cloud Firebase Functions

Downloads

20

Readme

Automatisch Overstappen MCP Server

🌉 MCP Bridge for Energy Contract Management

A Model Context Protocol (MCP) bridge that forwards energy contract analysis tools to cloud Firebase Functions. This allows you to use energy supplier comparison and switching tools directly in Claude Desktop.

⚡ Quick Start

Installation & Usage

# Run directly with npx (recommended)
npx automatisch-overstappen-mcp-server

# Or install globally
npm install -g automatisch-overstappen-mcp-server
automatisch-overstappen-mcp-server

Claude Desktop Configuration

Add this to your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "automatisch-overstappen": {
      "command": "npx",
      "args": ["-y", "automatisch-overstappen-mcp-server"],
      "env": {
        "MCP_API_KEY": "your-api-key-here"
      }
    }
  }
}

🔧 Configuration

API Key Setup

The bridge requires an API key to connect to the cloud functions. You can provide it in two ways:

Method 1: Environment Variable (Recommended)

# Set in your .env file or environment
MCP_API_KEY=your-api-key-here

Method 2: CLI Argument

npx automatisch-overstappen-mcp-server --api-key your-api-key-here

Custom Cloud URL

If you're using a different cloud deployment:

npx automatisch-overstappen-mcp-server --url https://your-custom-endpoint.com

CLI Options

automatisch-overstappen-mcp-server [options]

Options:
  -V, --version              display version number
  -u, --url <url>           Cloud API URL (default: https://mcpserver-oguyrjqdqa-ew.a.run.app)
  -k, --api-key <key>       API key for cloud functions (can also use MCP_API_KEY env var)
  -h, --help                display help for command

🏠 Available Tools

The bridge provides these energy management tools:

1. get_user_energy_overview

Get comprehensive overview of energy contracts and houses

  • View all properties and current contracts
  • Filter for upcoming renewals
  • Monitor contract expiration dates

2. check_cheapest_supplier

Compare energy suppliers for a specific house

  • Analyzes current consumption data
  • Returns top 5 cheapest 1-year fixed contracts
  • Shows monthly and yearly pricing
  • Provides switching IDs for seamless transitions

3. switch_energy_supplier

Switch to a new energy supplier

  • Preview mode shows detailed comparison
  • Confirms all house and personal data
  • Handles the complete switching process
  • Supports both preview and confirmed modes

4. update_house

Update house information

  • Modify address details
  • Update energy consumption data
  • Change contract information
  • Enable/disable energy monitoring

5. add_new_house

Add new properties to your portfolio

  • Complete address registration
  • Set up energy consumption tracking
  • Configure contract monitoring

6. delete_house

Remove properties from your portfolio

  • Clean removal of house data
  • Preserves other user information

🔒 Security & Privacy

  • No Hardcoded Secrets: The bridge contains no API keys or sensitive data
  • Environment Variables: API keys are loaded from environment variables
  • HTTPS Only: All communication with cloud functions uses HTTPS
  • Error Handling: Comprehensive error handling with user-friendly messages

🌍 Cloud Architecture

This bridge connects to Firebase Functions deployed in EU West (europe-west1) for:

  • Low Latency: EU-based deployment for European users
  • Data Privacy: GDPR-compliant data processing
  • High Availability: Firebase Functions auto-scaling
  • Cost Efficiency: Pay-per-use serverless architecture

📋 Example Usage in Claude

After setup, you can ask Claude:

  • "Show me my energy contracts overview"
  • "Check the cheapest suppliers for my house in Amsterdam"
  • "Switch to OXXIO for my second property"
  • "Update the energy consumption for my main house"
  • "Add a new house to my portfolio"

🐛 Troubleshooting

Bridge Won't Start

  • Ensure Node.js ≥18.0.0 is installed
  • Check that MCP_API_KEY is set correctly
  • Verify internet connection for cloud function access

Claude Desktop Connection Issues

  • Restart Claude Desktop after configuration changes
  • Check claude_desktop_config.json syntax is valid
  • Ensure the bridge command can run in your terminal

API Errors

  • Verify your API key is valid and active
  • Check that cloud functions are deployed and accessible
  • Ensure you're using the correct cloud endpoint URL

📦 Package Information

  • Package: automatisch-overstappen-mcp-server
  • License: MIT
  • Node.js: ≥18.0.0 required
  • Dependencies: MCP SDK, dotenv, commander

🤝 Support

For issues, questions, or feature requests, please check the error messages first - they're designed to be helpful and specific about what went wrong.

📄 License

MIT License - feel free to use this bridge for your energy management needs!