# sipiteno [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/kindrat86/sipiteno-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/sipiteno

## Description
Global expansion intelligence: country info, expansion cost estimates, competitor analysis.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "sipiteno": {
    "url": "https://sipiteno.com/api/mcp"
  }
}
```

## Documentation & README

# sipiteno MCP server

Global expansion intelligence for AI agents. Search consulting services, get country info, estimate expansion costs, analyze competitors, and request strategy calls — all through MCP.

**Live endpoint:** `https://sipiteno.com/api/mcp` (HTTP, MCP 2024-11-05)

## Tools

| Tool | What it does |
|---|---|
| `search_services` | Search consulting services matching a query (cost ranges + timelines) |
| `get_country_info` | Get expansion-relevant info for a country |
| `estimate_expansion_costs` | Estimate costs for expanding into a market |
| `get_competitors` | Get competitor landscape for a sector/country |
| `request_strategy_call` | Generate a strategy-call request |

## Usage

```json
{
  "mcpServers": {
    "sipiteno": { "url": "https://sipiteno.com/api/mcp" }
  }
}
```

MIT License. Free.

