# Entelligence (verified)

Entelligence leverages artificial intelligence to provide insights, recommendations, and predictive analytics for businesses seeking data-driven decision-making capabilities

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add entelligence

# Browse available tools
npx -y @smithery/cli@latest tool list entelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get entelligence ENTELLIGENCE_ADD_A_NEW_REPOSITORY

# Call a tool
npx -y @smithery/cli@latest tool call entelligence ENTELLIGENCE_ADD_A_NEW_REPOSITORY '{}'
```

## Direct MCP Connection

Endpoint: `https://entelligence.run.tools`

## Tools (2)

- `ENTELLIGENCE_ADD_A_NEW_REPOSITORY` — Add a new repository to the system with specified details
- `ENTELLIGENCE_INTERACT_WITH_THE_REPOSITORY_AGENT` — Send a question and related information to the Repository Agent and receive a streaming response

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get entelligence <tool-name>
```
