# Profile & Company Insights

Explore an agent's capabilities, configuration, and profile details. Fetch background information about the organization behind the agent. Quickly audit setups and document ownership for compliance a…

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://my-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/my-first-mcp <tool-name>
```
