Productivity
officestoreapp.com
This MCP server provides calculations and recommendations for managing office and pantry supplies, including reorder points, par levels, budgets, and benchmarks.
ENDPOINT 1
https://officestoreapp.com/mcp
MCP server metadata
- Name
- officestoreapp
- Version
- 1.0.1
Known tools 5
calculate-par-levelCalculate the par level (minimum stock level) for an office supply or pantry item.
Inferred read-onlyestimate-office-supply-budgetEstimate monthly and annual office supply budget by employee count and office type.
Inferred read-onlyget-pantry-checklistGet a recommended monthly pantry and breakroom supply checklist scaled to headcount.
Inferred read-onlyget-supply-benchmarksGet industry benchmarks for office supply spending per employee by category and office size.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.officestoreapp]
url = "https://officestoreapp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"officestoreapp": {
"type": "http",
"url": "https://officestoreapp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: officestoreapp
Remote MCP URL: https://officestoreapp.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"officestoreapp": {
"url": "https://officestoreapp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"officestoreapp": {
"type": "http",
"url": "https://officestoreapp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "officestoreapp",
"transport": "streamable-http",
"url": "https://officestoreapp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for officestoreapp.com was fetched 2026-08-24T04:09:49.170Z.
officestoreapp.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.