Port IO (verified)
Internal developer portal for software catalog. Browse services, check ownership, and track engineering standards.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add portio
# Browse available tools
npx -y smithery tool list portio
# Get full schema for a tool
npx -y smithery tool get portio list_blueprints
# Call a tool
npx -y smithery 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 statusdescribe_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…
# Get full input/output schema for a tool
npx -y smithery tool get portio Prompts (1)
discover_port_ai— Discover what Port AI and MCP server can help you with.