AstroMesh Compass MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AstroMesh Compass MCPWhat's my natal chart and today's market pulse?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AstroMesh Compass MCP
Minimal production-quality Node.js MCP-style JSON-RPC server for the Battle of the Minds AstroMesh puzzle.
The server exposes five AstroMesh tools over HTTP JSON-RPC 2.0 and is designed to deploy cleanly on Render.com.
Runtime
Node.js 18 or newer.
Express HTTP server.
Native Node
fetch;node-fetchis included as a dependency per package requirements but is not imported.Server-side
.envloading viadotenv.
Related MCP server: Astro MCP Server
Endpoints
GET /
Landing page with:
Server name and version.
Endpoint list.
Tool list.
Environment status showing whether
ASTROLOGY_API_KEYis set.No secret values.
GET /health
Returns health JSON with ok/version/tools/uptime/env_status.
GET /tools
Returns a JSON array of all five tools with input_schema.
POST /mcp
Primary JSON-RPC 2.0 endpoint. Methods: server/info, tools/list, tools/describe, tools/call.
GET /mcp
Browser-friendly JSON-RPC testing endpoint.
Tools
astrology_natal_chart - Free Astrology API
astrology_sun_sign - Free Astology API
astro_market_pulse - Free Astrology + CoinGecko
astro_weather - Free Astrology + Open-Meteo
celestial_conditions - All four in parallel via Promise.allSettled
Upstream timeout
Each upstream call uses an 8 second timeout through AbortController.
JSON-RPC errors
-32700 parse error.
-32601 method not found.
-32602 invalid params.
-32603 internal error.
Local development
Install: npm install. Copy .env.exampleto.env, edit, then npm start`.
Render deployment
Option A: Blueprint - push to GitHub, New + Blueprint in Render, select repo, add astrology_api_key env.
Option B: Manual Web Service - runtime Node, build npm install, start npm start, env astrology_api_key.
Security note
astrology_api_key is server-side only. Never browser-visible.
CORS
CORS enabled with Access-Control-Allow-Origin: *.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables compute of live Vedic astrology birth charts, dashas, kundali matches, and AI readings via 22 real API tools.Last updated22291MIT
- Flicense-qualityAmaintenanceMulti-tradition astrology engine that computes real birth charts, transits, and synastry for AI agents via MCP tools.Last updated2
- AlicenseAqualityAmaintenanceAstrology MCP server that computes natal charts, transits, synastry, progressions, returns, eclipses, retrogrades, and moon phases from a real ephemeris, enabling AI agents to provide accurate astrological calculations without hallucination.Last updated12921MIT
- Alicense-qualityCmaintenanceHigh-precision astrology tools for LLM agents, including natal charts, transits, progressions, synastry, and more, backed by Swiss Ephemeris.Last updated1MIT
Related MCP Connectors
Horoscope MCP — wraps the keyless Horoscope App API.
500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/runiwwang-spec/astromesh-compass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server