Server Details
MCP server for aerospace calculations: orbital mechanics, ephemeris, DSN operations, ...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- IO-Aerospace-software-engineering/mcp-server
- GitHub Stars
- 14
See and control every tool call
Available Tools
37 toolsarcseconds_to_degreesInspect
Convert arcseconds to degrees
| Name | Required | Description | Default |
|---|---|---|---|
| arcseconds | Yes | Arcseconds to convert |
arcseconds_to_radiansInspect
Convert arcseconds to radians
| Name | Required | Description | Default |
|---|---|---|---|
| arcseconds | Yes | Arcseconds to convert |
astronomical_units_to_metersInspect
Convert astronomical units to meters
| Name | Required | Description | Default |
|---|---|---|---|
| astronomicalUnits | Yes | Astronomical units to convert |
convert_date_timeInspect
Converts a date time to a target kind
| Name | Required | Description | Default |
|---|---|---|---|
| dateTime | Yes | Date time to convert | |
| kindTarget | Yes | kind of the target |
convert_degrees_to_hoursInspect
Convert degrees to hours
| Name | Required | Description | Default |
|---|---|---|---|
| degrees | Yes | Degrees to convert |
convert_equinoctial_elements_to_state_vectorInspect
Converts equinoctial elements to state vector
| Name | Required | Description | Default |
|---|---|---|---|
| equinoctialElements | Yes | Equinoctial elements to convert |
convert_hours_to_degreesInspect
Convert hours to degrees
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | Hours to convert |
convert_keplerian_elements_to_state_vectorInspect
Converts keplerian elements to state vector
| Name | Required | Description | Default |
|---|---|---|---|
| keplerianElements | Yes | Keplerian elements to convert |
convert_state_vector_to_equatorial_coordinatesInspect
Converts a state vector to Equatorial coordinates
| Name | Required | Description | Default |
|---|---|---|---|
| stateVector | Yes | Statevector to convert |
convert_state_vector_to_equinoctial_elementsInspect
Converts a state vector to Equinoctial elements
| Name | Required | Description | Default |
|---|---|---|---|
| stateVector | Yes | Statevector to convert |
convert_state_vector_to_keplerian_elementsInspect
Converts a state vector to Keplerian elements
| Name | Required | Description | Default |
|---|---|---|---|
| stateVector | Yes | Statevector to convert |
convert_state_vector_to_the_given_frameInspect
Converts state vector to the given frame
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | Target frame | |
| stateVector | Yes | State vector to convert |
current_date_timeInspect
Get the current date time in UTC
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
degrees_to_arcsecondsInspect
Convert degrees to arcseconds
| Name | Required | Description | Default |
|---|---|---|---|
| degrees | Yes | Degrees to convert |
degrees_to_radiansInspect
Convert degrees to radians
| Name | Required | Description | Default |
|---|---|---|---|
| degrees | Yes | Degrees to convert |
feet_to_metersInspect
Convert feet to meters
| Name | Required | Description | Default |
|---|---|---|---|
| feet | Yes | Feet to convert |
find_coordinate_constraintInspect
Find datetime windows when a coordinate constraint is met
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | Reference frame | |
| value | Yes | Value to evaluate | |
| coordinate | Yes | Coordinate | |
| targetName | Yes | Celestial item target name | |
| adjustValue | Yes | Tolerance value | |
| observerName | Yes | Celestial item observer name | |
| searchWindow | Yes | Search window | |
| coordinateSystem | Yes | Coordinate system | |
| relationalOperator | Yes | Relational operator | |
| aberrationCorrection | Yes | Aberration |
find_distance_constraintInspect
Find datetime windows when a distance constraint is met
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to evaluate | |
| targetName | Yes | Celestial item target name | |
| observerName | Yes | Celestial item observer name | |
| searchWindow | Yes | Search window | |
| relationalOperator | Yes | Relational operator | |
| aberrationCorrection | Yes | Aberration |
find_occulting_constraintInspect
Find datetime windows when a occulting constraint or eclipse is met
| Name | Required | Description | Default |
|---|---|---|---|
| observerName | Yes | Celestial item observer name | |
| occultedBody | Yes | Occulted body is the body that is occulted by the occulting body | |
| searchWindow | Yes | Search window | |
| occultingBody | Yes | Occulting body is the body that occults the occulted body | |
| occultingKind | Yes | Kind of occultating | |
| aberrationCorrection | Yes | Aberration |
get_celestial_body_propertiesInspect
Gets geophysical properties of a celestial body
| Name | Required | Description | Default |
|---|---|---|---|
| celestialBodyName | Yes | Celestial body name |
get_deep_space_station_planetodetic_coordinatesInspect
Get the planetodetic coordinates of a deep space station (DSS). The planetodetic coordinates are the latitude in radian, longitude in radian and altitude in meters of the station.
| Name | Required | Description | Default |
|---|---|---|---|
| dss | Yes | The deep space station |
get_deep_space_station_state_vectorInspect
Get the state vector of a deep space station (DSS) observed from a celestial body in a given frame and time.
| Name | Required | Description | Default |
|---|---|---|---|
| dss | Yes | The deep space station | |
| frame | Yes | Frame | |
| datetime | Yes | datetime, use standard ISO 8601 notation in all cases. If date time kind is (TDB,TAI,GPS or TDT) add suffix separated by a space | |
| observer | Yes | The celestial body from which the state vector is observed | |
| aberrationCorrection | Yes | Aberration correction. |
get_dss_frameInspect
Find Deep space station frame
| Name | Required | Description | Default |
|---|---|---|---|
| dss | Yes | The deep space station |
get_ephemeris_as_state_vectorsInspect
Gets the state vectors of a celestial body observed from another celestial body in given frame and time range
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | Frame | |
| endTime | Yes | End datetime, use standard ISO 8601 notation in all cases. If date time kind is (TDB,TAI,GPS or TDT) add suffix separated by a space | |
| timeStep | Yes | Time step in seconds, Time step must be greater than 0 | |
| startTime | Yes | Start datetime, use standard ISO 8601 notation in all cases. If date time kind is (TDB,TAI,GPS or TDT) add suffix separated by a space | |
| targetName | Yes | Celestial item target name | |
| observerName | Yes | Celestial item observer name | |
| aberrationCorrection | Yes | Aberration correction. |
get_horizontal_coordinatesInspect
Get the horizontal coordinates of a celestial body from a deep space station (DSS) at given epoch.
| Name | Required | Description | Default |
|---|---|---|---|
| dss | Yes | The deep space station | |
| datetime | Yes | datetime, use standard ISO 8601 notation in all cases. If date time kind is (TDB,TAI,GPS or TDT) add suffix separated by a space | |
| celestialBodyTarget | Yes | Celestial body target | |
| aberrationCorrection | Yes | Aberration correction. |
kilometers_to_metersInspect
Convert kilometers to meters
| Name | Required | Description | Default |
|---|---|---|---|
| kilometers | Yes | Kilometers to convert |
light_years_to_metersInspect
Convert light years to meters
| Name | Required | Description | Default |
|---|---|---|---|
| lightYears | Yes | Light years to convert |
meters_to_astronomical_unitsInspect
Convert meters to astronomical units
| Name | Required | Description | Default |
|---|---|---|---|
| meters | Yes | Meters to convert |
meters_to_feetInspect
Convert meters to feet
| Name | Required | Description | Default |
|---|---|---|---|
| meters | Yes | Meters to convert |
meters_to_kilometersInspect
Convert meters to kilometers
| Name | Required | Description | Default |
|---|---|---|---|
| meters | Yes | Meters to convert |
meters_to_light_yearsInspect
Convert meters to light years
| Name | Required | Description | Default |
|---|---|---|---|
| meters | Yes | Meters to convert |
meters_to_milesInspect
Convert meters to miles
| Name | Required | Description | Default |
|---|---|---|---|
| meters | Yes | Meters to convert |
meters_to_parsecInspect
Convert meters to parsec
| Name | Required | Description | Default |
|---|---|---|---|
| meters | Yes | Meters to convert |
miles_to_metersInspect
Convert miles to meters
| Name | Required | Description | Default |
|---|---|---|---|
| miles | Yes | Miles to convert |
parsec_to_metersInspect
Convert parsec to meters
| Name | Required | Description | Default |
|---|---|---|---|
| parsec | Yes | Parsec to convert |
radians_to_arcsecondsInspect
Convert radians to arcseconds
| Name | Required | Description | Default |
|---|---|---|---|
| radians | Yes | Radians to convert |
radians_to_degreesInspect
Convert radians to degrees
| Name | Required | Description | Default |
|---|---|---|---|
| radians | Yes | Radians to convert |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
[This comment has been deleted]
Your Connectors
Sign in to create a connector for this server.