Astrovisor MCP — AI skill for Claude Code
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
[](https://www.npmjs.com/package/astrovisor-mcp) [](LICENSE) [](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
Related Skills
MCP Starter Kit
Build a secure, production-ready MCP server for any project — connect Claude, ChatGPT & any AI agent to your b
Unity Agent Framework
AI agent integration framework for Unity Editor. Exposes Unity Editor operations and Unity package tools to ex
Agent Session Kit
Swift package that reads the local session stores of AI coding agents (Claude Code, Codex, Cursor, Grok Build,
Atlassian Skills
Token-efficient CLI for Atlassian Server/DC (Jira, Confluence, Bitbucket) — drop-in alternative to mcp-atlassi
Clawhub Skills
Provide 43 AI agent skills to automate Japanese business tasks across e-commerce, finance, marketing, and oper
Lumenai
A Claude Code plugin marketplace by Bluminal Labs. AI agents that synthesize into a complete engineering organ
Related Agents
Timps API Contract Auditor
Diff two API specs (OpenAPI/AsyncAPI) and flag breaking changes, deprecations, and safe additions. Returns a s
Optimizer MCP
Specialized agent for optimizing Claude Code MCP server configurations. Expert in .mcp.json structure, server
Task Initializer
Discovers project structure and initializes token-efficient task management system