rokoss21

Astrovisor MCP — AI skill for Claude Code

AI community

AstroVisor MCP for Claude and AI clients — stdio + Streamable HTTP, live OpenAPI discovery, 456 operations and token-efficient results.

How to install Astrovisor MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rokoss21/astrovisor-mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Astrovisor MCP does

AstroVisor MCP for Claude and AI clients — stdio + Streamable HTTP, live OpenAPI discovery, 456 operations and token-efficient results.

Alternatives in AI

  • Hexstrike AI — HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomousl 8.2k ★
  • Firecrawl MCP Server — 🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM c 6.1k ★
  • Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★

README

AstroVisor MCP

[![npm version](https://img.shields.io/npm/v/astrovisor-mcp.svg)](https://www.npmjs.com/package/astrovisor-mcp) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D20-339933.svg)](package.json)

AstroVisor MCP connects MCP-compatible AI clients to the complete AstroVisor API. It supports local stdio and production Streamable HTTP, discovers operations from the live OpenAPI document, and returns large calculation results through a compact, queryable response layer.

This repository is the protocol and server layer. For reusable personal workflows, private people profiles, interactive credential setup, and safe AI request construction, install the separate [AstroVisor Skill](https://github.com/rokoss21/astrovisor-skill).

[!IMPORTANT] AstroVisor calculations require a personal dashboard API key beginning with `pk-`. Anonymous calculation requests are not supported. Create an account and get your API key at [astrovisor.io](https://astrovisor.io/), then provide it to your MCP client through a secure environment variable or the AstroVisor Skill private credential setup.

Configure the API key

For a direct MCP connection, make the key available to the client process:

export ASTROVISOR_API_KEY="pk-..."

For the safer profile-aware setup, install [AstroVisor Skill](https://github.com/rokoss21/astrovisor-skill) and use its hidden key prompt:

npx --yes --package=astrovisor-skill@1.0.1 -- \
  astrovisor-skill install --target both

node "$HOME/.agents/skills/astrovisor/scripts/astrovisor-skill.mjs" \
  config set-key

node "$HOME/.agents/skills/astrovisor/scripts/astrovisor-skill.mjs" \
  doctor --json

You can also ask your agent:

Use $astrovisor. Help me securely configure my AstroVisor API key, keep it out of
chat and client configuration, then verify the MCP connection.

The agent should guide you to the hidden terminal