Skip to main content
Glama
peltierclem

aluseg-mcp

by peltierclem

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_partiesC

Authenticate and verify the identity of the landlord and tenant.

generate_leaseA

Draft a standardized rental contract from verified party and property metadata. Always returns a draft for human review — never auto-signs.

notify_tax_authorityA

Submit a signed lease to the Portuguese Tax and Customs Authority (AT). Requires explicit, time-bounded landlord consent.

propose_unpaid_insuranceA

Assess tenant default risk from consented data and return unpaid-rent insurance quotes.

get_rent_statusA

Read rent-payment status for a property over a given period. Read-only, scoped to the authenticated user's properties.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct step in the rental workflow: identity verification, lease drafting, tax notification, insurance quoting, and rent status reading. There is no functional overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (verify_parties, generate_lease, notify_tax_authority, propose_unpaid_insurance, get_rent_status) with clear, descriptive verbs and snake_case formatting.

Tool Count5/5

With 5 tools, the server is well-scoped for a focused lease-management domain. Each tool earns its place and covers a necessary step without unnecessary bloat.

Completeness4/5

The server covers the core lifecycle from party verification and lease generation to tax submission, insurance quotes, and rent status. Minor gaps exist (e.g., no lease signing or update tool), but the intentional human-review step mitigates this.

Maintenance

ActivityStale
ResponsivenessNo issues