Skip to content

An express-based RESTful API and Model Context Protocol (MCP) server for services used by subtype.space. Please note the GitHub repository is a downstream mirror, and updates may be late.

Notifications You must be signed in to change notification settings

subtype-space/subspace-api

Repository files navigation

subspace-api

NOTE! This repository, if viewed on GitHub, is a downstream mirror. Our active API service may not reflect changes that are shown here in a timely manner.

subspace-api is an express-based RESTful API and Model Context Protocol (MCP) server.

If you are utilizing this API provided and hosted by us, please be sure to abide by the TOS. Otherwise, you are free to clone and self host provided you abide by the GNU GPLv3 license, and the TOS will not pertain to you!

Getting Started

With Docker (preferrably compose)

Building your own image

docker compose build && docker compose up -d

Pulling from stable releases

docker compose pull && docker compose up -d

Manual build

Single line start, attached

npm run build && npm run start

Setting up your .env

Env var Purpose
PORT Defaults to 9595. The port for the API and MCP server to listen on.
LOG_LEVEL Defaults to 'info'. Set the logging level
ACTIVE_VERSION Defaults to 'v1', currently not implemented fully.
WMATA_PRIMARY_KEY The API key to use for obtaining WMATA status.
JWT_SECRET This is the secret key that is used for encrypting and decrypting JWT tokens.

About

An express-based RESTful API and Model Context Protocol (MCP) server for services used by subtype.space. Please note the GitHub repository is a downstream mirror, and updates may be late.

Topics

Resources

Stars

Watchers

Forks

Packages