Skip to main content
Glama
brianpelow

mcp-developer-portal

by brianpelow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BACKSTAGE_URLYesBackstage instance URL
BACKSTAGE_TOKENNoBackstage API token
PORTAL_INDUSTRYNoIndustry context (fintech/manufacturing)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_catalog_toolC

Search the Backstage service catalog by name, kind, or owner.

get_entity_toolC

Get full details for a catalog entity.

get_techdocs_toolB

Fetch TechDocs documentation for a catalog entity.

get_ownership_toolC

Look up who owns a service or component.

get_dependencies_toolB

Get upstream and downstream dependencies for a service.

list_templates_toolA

List available golden-path scaffolding templates.

scaffold_service_toolC

Scaffold a new service from a golden-path template.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a uniquely defined purpose: dependencies, entity details, ownership, techdocs, templates, scaffolding, and catalog search. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_dependencies_tool, list_templates_tool, scaffold_service_tool), with verbs like get, list, search, and scaffold clearly indicating the action.

Tool Count5/5

Seven tools is a well-scoped set for a developer portal. They cover key operations without being excessive or insufficient for the intended domain.

Completeness4/5

The tool surface covers essential read operations (get, list, search) and a key write operation (scaffold). Minor gaps exist, such as missing create/update for entities beyond scaffolding, but the core developer portal workflow is well-supported.

Maintenance

ActivityActive
ResponsivenessNo issues