# Port IO (verified)

Internal developer portal for software catalog. Browse services, check ownership, and track engineering standards.

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (9)

- `list_blueprints` — List blueprints in your organization.
- `list_entities` — Query entities from a blueprint. All parameters are composable.
- `list_scorecards` — List scorecards in your organization.
- `list_actions` — List actions in your organization.
- `track_action_run` — Track action execution status
- `describe_user_details` — Describe the user, which organization he is connected to and what teams he is a member of and more information regardin…
- `run_action` — Run an action by its identifier.
- `load_skill` — Load specialized guidance for a domain-specific task.
- `search_port_knowledge_sources` — Perform semantic retrieval over the documentation and other knowledge sources of Port and return the most relevant chun…

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

## Prompts (1)

- `discover_port_ai` — Discover what Port AI and MCP server can help you with.
