Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1518 Chinese Metaphysics MCP

1518 Chinese Metaphysics MCP is a hosted, free, no-auth Model Context Protocol server for deterministic Chinese naming and folk-culture tools.

  • Remote MCP endpoint: https://www.1518.com/api/mcp
  • Discovery manifest: https://www.1518.com/.well-known/mcp.json
  • English docs: https://www.1518.com/en/mcp
  • OpenAPI: https://www.1518.com/openapi.json
  • Main site: https://www.1518.com
  • Smithery: https://smithery.ai/servers/sinofate/1518-divination
  • mcp.so submission: https://github.com/chatmcp/mcpso/issues/2985

The server is designed for AI agents that need reproducible calculation tools rather than paid narrative reports. It exposes calculation-only methods and does not expose private user data or paid detailed readings through MCP.

Tools

Tool What it does
analyze_name Chinese name analysis: Five-Grid numerology, Three-Talent, BaZi useful elements, zodiac and phonetics scoring.
bazi_chart BaZi / Four Pillars chart: solar-term pillars, hidden stems, ten gods, Na Yin, useful elements and luck cycles.
hehun_score BaZi compatibility across zodiac affinity, day-stem, spouse palace and element complement.
astro_chart Natal astrology chart with VSOP87 precision, ten planets, houses, ascendant, MC and aspects.
qimen_pan Qi Men Dun Jia chart with hour-based plate, nine palaces, pattern recognition and useful-god by topic.
fengshui_zhai Home Feng Shui chart: Eight Mansions plus Flying Stars.
zeri_good_days Date selection over the next N days, avoiding zodiac clashes.
huangli_day Chinese almanac lookup: daily do/avoid, clashes, deities and auspicious hours from 1901 to 2099.
luban_ruler Lu Ban ruler: measure a length for auspicious or inauspicious fields and nearest lucky ranges.
numerology_number Phone or plate number Five-Grid numerology, reduced to 1-81 with number name, level and element.
dream_lookup Zhougong dream interpretation by matching narrative text to traditional symbols.
shengxiao_by_year Chinese zodiac by Gregorian year, including harmony, clash and harm relations.
xingzuo_by_date Western zodiac by birth month/day, including sign name, symbol, element and date range.

Use With Smithery

Smithery listing:

https://smithery.ai/servers/sinofate/1518-divination

Add it with:

npx -y smithery mcp add sinofate/1518-divination

Or use the hosted endpoint directly:

https://www.1518.com/api/mcp

The server uses Streamable HTTP transport and requires no authentication.

Use With MCP Clients

For clients that support remote Streamable HTTP MCP servers, add:

{
  "mcpServers": {
    "1518-divination": {
      "type": "streamable-http",
      "url": "https://www.1518.com/api/mcp"
    }
  }
}

For clients that still expect a local stdio command, use an MCP remote bridge:

{
  "mcpServers": {
    "1518-divination": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://www.1518.com/api/mcp"]
    }
  }
}

Direct JSON-RPC Smoke Test

curl -sS https://www.1518.com/api/mcp \
  -H 'Content-Type: application/json' \
  --data '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Expected result: a JSON-RPC response containing 13 tools.

Scope And Safety

1518.com is a traditional folk-culture and naming reference service. The MCP tools provide deterministic calculations and structured reference data. They are not medical, legal, financial, trademark, business-registration or official advice.

Paid detailed narrative reports are not exposed through MCP.

Registry Metadata

  • server.json: generic registry metadata.
  • smithery.yaml: Smithery URL-publishing metadata.
  • mcp.json: snapshot of the live discovery manifest.

The authoritative live manifest is always:

https://www.1518.com/.well-known/mcp.json

About

Hosted MCP server metadata for 1518 Chinese naming, BaZi, I Ching, Feng Shui and folk-culture tools.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors