Binspire MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Binspire MCPcheck the current waste collection schedule for building 5"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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 | bashTo check that Bun was installed successfully, open a new terminal window and run:
$ bun -versionClone the repository
git clone https://github.com/binspireai/mcp.git
cd mcpInstall Dependencies
$ bun installSetup .env (environment variables)
Copy the example file to .env:
$ cp env.example .envDevelopment Server
Run the development servers with STDIO.
$ bun run dev:stdioRun the development servers with HTTP.
$ bun run dev:httpProduction Server
Run the production servers with STDIO.
$ bun run start:stdioRun the production servers with HTTP.
$ bun run start:httpRunning Build
$ bun run buildRelated MCP server: MCP Gateway
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
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables AI agents to interact with multiple LLM providers (OpenAI, Anthropic, Google, DeepSeek) through a standardized interface, making it easy to switch between models or use multiple models in the same application.Last updated16MIT
- -license-quality-maintenanceA secure bridge that allows Large Language Models (LLMs) to interact with corporate APIs and services in a controlled and contextualized manner.Last updated
- Flicense-quality-maintenanceEnables AI agents to dynamically discover and interact with APIs through Swagger/OpenAPI specifications and Postman collections using a strategic four-tool approach. It streamlines API integration by providing universal tools for endpoint discovery, detailed request information, and authenticated execution.Last updated1
- Flicense-qualityDmaintenanceConnects AI assistants and agentic frameworks to the Graphor API, enabling graph-based operations through natural language.Last updated
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/binspireai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server