Skip to main content
Glama
rokoss21

astrovisor-mcp

by rokoss21

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASTROVISOR_URLNoAPI base URL.https://astrovisor.io
INTERNAL_MCP_URLNoInternal adapter URL.http://127.0.0.1:3001/mcp
ASTROVISOR_API_KEYYesYour AstroVisor dashboard API key starting with 'pk-'.
ASTROVISOR_TOOL_MODENoEither 'compact' or 'full'.compact
MCP_PUBLIC_HTTP_HOSTNoGateway bind host.127.0.0.1
MCP_PUBLIC_HTTP_PORTNoGateway bind port.3002
ASTROVISOR_OPENAPI_URLNoOpenAPI document URL override.https://astrovisor.io/openapi.json
API_KEY_VALIDATION_PATHNoNon-billable key validation endpoint./internal/mcp/validate-api-key
ASTROVISOR_RESPONSE_VIEWNoDefault response view.compact
ASTROVISOR_RESULT_TTL_MSNoResult cache TTL in milliseconds.1800000
API_KEY_VALIDATION_CACHE_MSNoValidation cache time in milliseconds.60000
ASTROVISOR_RESULT_MAX_ENTRIESNoMaximum number of cached results.128
MCP_INTERNAL_VALIDATION_TOKENNoInternal validation credential (required for public gateway).
ASTROVISOR_DEFAULT_TOKEN_BUDGETNoSerialized byte budget.implementation default

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
astrovisor_requestB

Call any AstroVisor API operation by operationId. Supports compact serialization and follow-up retrieval by resultId.

astrovisor_openapi_searchA

Search AstroVisor OpenAPI operations by text (operationId/summary/path/tag). Returns top matches.

astrovisor_openapi_listA

List OpenAPI operations with pagination and optional filters.

astrovisor_openapi_getB

Get OpenAPI metadata for a specific operationId (method/path/params/requestBody).

astrovisor_result_getB

Get stored full result by resultId with optional selective serialization.

astrovisor_conventionsA

Get MCP interoperability conventions and parameter profiles for LLM clients.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rokoss21/astrovisor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server