Binspire MCP

Binspire MCP

Connects LLMs to the Binspire API to build autonomous AI-driven waste management agents with standardized tools and contextual data for waste management operations.

Category
Visit Server

README

<div align="center">

<img width="150" height="150" alt="Image" src="https://github.com/user-attachments/assets/9264c2c9-cacc-4024-9835-65cd4b99782d" />

Binspire MCP

An MCP server that connects LLMs to the Binspire API, providing standardized tools and contextual data for building autonomous, AI-driven waste management agents.

CI License Stars

</div>

Contributing

We are committed to fostering a safe and inclusive open-source community.
Please review and follow our Code of Conduct when contributing or participating in this project.

Prerequisites

  • Node.js >= 20.19 or nvm
  • Claude Desktop (with MCP support)
  • Bun latest runtime

Bun Setup

Install Bun by following the official instructions: Bun Installation Guide

Or use the one-line installer:

$ curl -fsSL https://bun.com/install | bash

To check that Bun was installed successfully, open a new terminal window and run:

$ bun -version

Clone the repository

git clone https://github.com/binspireai/mcp.git
cd mcp

Install Dependencies

$ bun install

Setup .env (environment variables)

Copy the example file to .env:

$ cp env.example .env

Development Server

Run the development servers with STDIO.

$ bun run dev:stdio

Run the development servers with HTTP.

$ bun run dev:http

Production Server

Run the production servers with STDIO.

$ bun run start:stdio

Run the production servers with HTTP.

$ bun run start:http

Running Build

$ bun run build

Claude Desktop Configuration

Using STDIO transport:

{
  "mcpServers": {
    "binspire": {
      "command": "node",
      "args": ["/path/to/binspire-mcp/dist/index.js"],
      "env": {
        "TRANSPORT": "stdio",
        "DATABASE_URL": "your_database_url_here"
      }
    }
  }
}

Using HTTP transport:

{
  "mcpServers": {
    "binspire": {
      "url": "http://localhost:3000",
      "env": {
        "DATABASE_URL": "your_database_url_here"
      }
    }
  }
}

Contributor List

<a href="https://github.com/binspireai/mcp/graphs/contributors"> <img src="https://contrib.rocks/image?repo=binspireai/mcp" /> </a>

Code of Conduct

We are committed to fostering a welcoming, respectful community. Please read and follow our Code of Conduct when participating in this project.

Security

If you believe you have found a security vulnerability in Binspire MCP, please do not open a public issue on this repository. Opening a public issue could expose sensitive information before it's addressed. Please read our Security Policy for details on how to report a vulnerability.

License

Binspire MCP is licensed under GPL-3.0.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured