AstroMesh Compass MCP

AstroMesh Compass MCP

Enables users to access five astrology tools via JSON-RPC, including natal chart, sun sign, market pulse, weather, and combined celestial conditions, integrating Free Astrology API, CoinGecko, and Open-Meteo.

Category
Visit Server

README

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-fetch is included as a dependency per package requirements but is not imported.
  • Server-side .env loading via dotenv.

Endpoints

GET /

Landing page with:

  • Server name and version.
  • Endpoint list.
  • Tool list.
  • Environment status showing whether ASTROLOGY_API_KEY is 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

  1. astrology_natal_chart - Free Astrology API
  2. astrology_sun_sign - Free Astology API
  3. astro_market_pulse - Free Astrology + CoinGecko
  4. astro_weather - Free Astrology + Open-Meteo
  5. 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: *.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured