@smart-compost/mcp
MCP server for Smart Compost platform that lets LLM agents list composting processes/devices and pull measurements as read-only tools.
README
@smart-compost/mcp
MCP server for the Smart Compost platform. An LLM agent (Claude, Cursor, etc.)
lists your processes/devices and pulls measurements as tools, using your
x-api-key. Currently wraps the Integration API; named generically so more
of the platform can be exposed over time.
Local stdio. Key stays on the client. The
x-api-keyis read from an env var and only ever leaves this process to call your own gateway. Nothing is proxied through a third party.
Tools
Six curated, read-only, workflow-oriented tools (not a 1:1 mirror of every endpoint). Discovery comes first so the agent can find IDs before asking for data. The server also ships top-level instructions telling the model to start with discovery.
| Tool | Endpoint | Purpose |
|---|---|---|
list_processes |
GET /processes |
Discover processes (with nested devices) |
list_devices |
GET /devices |
Discover device ids |
get_latest_device_readings |
GET /data/{deviceId} |
Quick poll, 5 most recent |
get_latest_process_readings |
GET /data/process/{processId} |
Quick poll per process |
get_device_measurements |
GET /devices/{deviceId}/measurements |
History, paginated |
get_process_measurements |
GET /processes/{processId}/measurements |
History, all devices |
Install
Add it in one line, no clone or build:
claude mcp add smart-compost \
-e SMARTCOMPOST_API_KEY=sk_live_xxx \
-- npx -y @smart-compost/mcp
Cursor / Windsurf / Claude Desktop (mcp.json):
{
"mcpServers": {
"smart-compost": {
"command": "npx",
"args": ["-y", "@smart-compost/mcp"],
"env": { "SMARTCOMPOST_API_KEY": "sk_live_xxx" }
}
}
}
Config:
SMARTCOMPOST_API_KEY(required): your Integration API key (sk_live_...), generated on the Integrations page.SMARTCOMPOST_API_BASE(optional): defaults tohttps://test.smart-compost.com.br/api. Usehttps://smart-compost.com.br/apifor production.
Then ask the agent things like "list my composting processes" or "show the latest readings for device 666".
License
Apache-2.0
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.