# Profile & Company Insights

Discover capabilities and configuration, and learn about the organization behind them. Quickly retrieve profile details and company background to improve transparency and trust. Use these insights to…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list vinodkrishnan92/kelilabs-first-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vinodkrishnan92/kelilabs-first-mcp get_agent_info

# Call a tool
npx -y @smithery/cli@latest tool call vinodkrishnan92/kelilabs-first-mcp get_agent_info '{}'
```

## Direct MCP Connection

Endpoint: `https://kelilabs-first-mcp--vinodkrishnan92.run.tools`

## Tools (2)

- `get_agent_info` — Get information about this agent including capabilities and configuration
- `get_company_info` — Get information about the company/organization behind this agent

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