# Starfish Space > Starfish Space is a satellite-servicing company founded in 2019 by Trevor Bennett and Austin Link, > headquartered in the Seattle, Washington area. It builds Otter, a small, electrically propelled > servicing vehicle that performs autonomous rendezvous, proximity operations and docking (RPOD) > with satellites that were never designed to be serviced, in order to extend their life, relocate > them, or dispose of them at end of mission. Important: Starfish Space publishes no developer product API, no developer portal and no API documentation. There is no public spacecraft, telemetry, rendezvous or mission-data API. The only machine-readable surfaces it serves are the WordPress REST API behind its marketing site and an OAuth-protected Model Context Protocol server on the same host. This file was generated by API Evangelist from artifacts in the api-evangelist/starfish-space repository; the provider does not publish an llms.txt (https://www.starfishspace.com/llms.txt returns 404). ## APIs - [Starfish Space Website Content API](https://www.starfishspace.com/wp-json/wp/v2): The public WordPress REST API — news and press releases, pages, media, taxonomies, comments and search. 105 paths, 225 operations. Reads are anonymous; writes need an authenticated WordPress user. - [Starfish Space MCP Server](https://www.starfishspace.com/wp-json/mcp/mcp-oauth-server): A live MCP endpoint served through the WordPress MCP adapter, protected by OAuth 2.1 with PKCE (S256) and a single `mcp` scope. Anonymous tools/list returns 401, so the tool inventory is not public. ## Specs - [OpenAPI 3.1](openapi/starfish-space-wordpress-openapi.yml): Derived by API Evangelist from the API's own route index and OPTIONS schemas. - [WordPress route index (verbatim)](openapi/starfish-space-wordpress-routes.json) - [JSON Schemas (verbatim, 11)](json-schema/): post, page, attachment, category, tag, user, comment, search-result, type, status, taxonomy. - [MCP route index (verbatim)](mcp/starfish-space-mcp-routes.json) ## Artifacts - [Authentication](authentication/starfish-space-authentication.yml) - [OAuth scopes](scopes/starfish-space-scopes.yml) - [API conventions](conventions/starfish-space-conventions.yml): pagination, sparse fields, embedding, versioning, error envelope. No idempotency contract. - [Error catalog](errors/starfish-space-problem-types.yml) - [Lifecycle](lifecycle/starfish-space-lifecycle.yml) - [Conformance](conformance/starfish-space-conformance.yml) - [Data model](data-model/starfish-space-data-model.yml) - [Well-known discovery](well-known/starfish-space-well-known.yml) - [Domain security](security/starfish-space-domain-security.yml) - [Agentic access](agentic-access/starfish-space-agentic-access.yml) - [Agent skills](skills/_index.yml) ## Docs - [Starfish Space](https://www.starfishspace.com/) - [The Otter](https://www.starfishspace.com/the-otter/) - [Missions](https://www.starfishspace.com/missions/) - [Company](https://www.starfishspace.com/company/) - [News](https://www.starfishspace.com/news/) ([RSS](https://www.starfishspace.com/feed/)) - [Careers](https://www.starfishspace.com/careers/) - [Contact](https://www.starfishspace.com/contact/) - [Privacy Policy](https://www.starfishspace.com/privacy-policy/) ## Optional - The WordPress REST API route index is self-describing: GET /wp-json/ lists namespaces, GET /wp-json/wp/v2 returns every route with argument schemas, and HTTP OPTIONS on any collection route returns that resource's JSON Schema.