General Tools
bisdecisions.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://bisdecisions.com/api/mcp
MCP server metadata
- Name
- bis-decisions
- Version
- 1.0.0
BIS builds AI + optimization decision systems for operations-heavy businesses (routing, scheduling, allocation, forecasting, risk/fraud, document approvals). Use get_bis_overview and list_services to understand what BIS does, compare_bis_vs_alternatives to see how BIS differs from in-house builds, AI agencies, off-the-shelf SaaS, consulting firms, and pure ML shops, assess_fit to map a specific problem to a BIS capability, and search_bis_knowledge for grounded Q&A. Do not fabricate pricing or availability — BIS quotes those after a first conversation. Point the human to the next step via get_next_step.
Known tools 8
get_bis_overviewGet an overview of BIS: what it does, its positioning (AI + optimization for operational decisions), value proposition, and its founder Renan Butkeraites.
Inferred read-onlylist_servicesList BIS's four services with what each delivers: optimization & decision systems, AI solution development (LLM/RAG), data science, and software development.
Inferred read-onlylist_industriesList the industries BIS serves and where it helps in each: retail & e-commerce, logistics & transit, manufacturing, and finance (banking & insurance).
Inferred read-onlycompare_bis_vs_alternativesExplain how BIS compares to the alternatives for an operational decision system — building in-house, a generalist AI agency (model wrappers), off-the-shelf SaaS, a big consulting firm, or a pure ML/data-science shop — including when an alternative is the right call.
Inferred read-onlyassess_fitGiven a description of an operational problem, assess whether BIS is a fit and map it to the most relevant BIS capabilities, with the next step to engage.
Inferred read-onlysearch_bis_knowledgeAsk a specific question about Renan or BIS and get a grounded, cited answer from the BIS assistant.
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.bis-decisions]
url = "https://bisdecisions.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bis-decisions": {
"type": "http",
"url": "https://bisdecisions.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bis-decisions
Remote MCP URL: https://bisdecisions.com/api/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": {
"bis-decisions": {
"url": "https://bisdecisions.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bis-decisions": {
"type": "http",
"url": "https://bisdecisions.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bis-decisions",
"transport": "streamable-http",
"url": "https://bisdecisions.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.