loading…
Search for a command to run...
loading…
Remote MCP server for Zi Wei Dou Shu / Tu Vi Dau So astrology tools, exposing read-only tools like get_astrolabe, get_horoscope_decades, etc., designed for Rail
Remote MCP server for Zi Wei Dou Shu / Tu Vi Dau So astrology tools, exposing read-only tools like get_astrolabe, get_horoscope_decades, etc., designed for Railway deployment and OpenAI ChatGPT developer mode.
Remote MCP server for Zi Wei Dou Shu / Tu Vi Dau So tools, prepared for Railway and OpenAI ChatGPT developer mode.
@feida/iztro-mcp-server is not returned by npm registry.@xzkcz/[email protected].@xzkcz/iztro-mcp-server:1.0.3 on 2025-07-261.0.4 on 2025-10-032.2.1 on 2025-12-03https://github.com/xzkcz/iztro-mcp-server.git, but that GitHub repository returned 404 during verification on 2026-04-24.transportType: "stdio", so it is not directly usable as a public remote MCP endpoint for OpenAI without a wrapper.stdio only.GET /GET /healthPOST /mcp and related Streamable HTTP trafficGET /sseget_astrolabeget_horoscope_decadesget_horoscope_agesget_horoscope_yearsget_horoscope_monthsget_mutaged_placesgen_astrolabe was intentionally left out because it writes files to disk and is not useful for a public read-only MCP deployment.
@xzkcz/iztro-mcp-server: 67,010 bytes unpackediztro: 2,138,358 bytes unpackedfastmcp: 1,332,900 bytes unpackedlunar-typescript: 1,360,545 bytes unpackednpm start.https://YOUR-APP.up.railway.app/mcp
Health check:
https://YOUR-APP.up.railway.app/health
Landing page:
https://YOUR-APP.up.railway.app/
As verified from OpenAI docs on 2026-04-24:
SSE and streaming HTTP.OAuth, No Authentication, and Mixed Authentication.Recommended setup:
Settings -> Apps -> Advanced settings -> Developer mode.Create app.https://YOUR-APP.up.railway.app/mcpNo Authentication{
"model": "gpt-5.4",
"input": "Lap la so cho ngay 2000-08-16 luc 2 gio sang, nam, locale zh-CN",
"tools": [
{
"type": "mcp",
"server_label": "iztro",
"server_url": "https://YOUR-APP.up.railway.app/mcp",
"require_approval": "never"
}
]
}
Because every exposed tool here is read-only, require_approval: "never" is a reasonable default.
npm install
npm start
Local endpoints:
http://localhost:3000/mcphttp://localhost:3000/ssehttp://localhost:3000/healthIf you want ChatGPT on the public Internet to call a local machine, you still need a public HTTPS tunnel such as Cloudflare Tunnel or another ingress layer.
This repo now includes helper scripts for Windows:
powershell -ExecutionPolicy Bypass -File .\start-local-public.ps1
That command:
3000localhost.run if Cloudflare is unavailableWhen using the local public tunnel, connect ChatGPT to the /mcp URL, not /sse.
This project is intended to be used over Streamable HTTP for OpenAI MCP clients.
To stop everything:
powershell -ExecutionPolicy Bypass -File .\stop-local-public.ps1
The currently active public MCP URL is also written to:
.\.runtime\public-url.txt
If the startup window does not show the URL clearly, you can recover it with:
powershell -ExecutionPolicy Bypass -File .\get-public-url.ps1
To generate a clean deployment bundle without node_modules or runtime logs:
powershell -ExecutionPolicy Bypass -File .\pack-railway.ps1
That creates:
..\iztro-openai-mcp-railway-ready.zip
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"iztro-openai-mcp-for-railway": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also