Skip to main content

Rocket Alumni Solutions developer resources

Rocket Alumni Solutions developer resources live on this marketing host so agents can recover from a bad URL, read product facts without JavaScript, and call a first-party MCP server. The JSON API is public, unauthenticated, and read-only. No API key, bearer token, or application credential is issued. There is no product CMS write API and no webhook hub on this domain.

When to use these resources

Use this host when an agent needs to describe Rocket Alumni Solutions, list public marketing pages, or fetch contact facts. Start with llms.txt, then /openapi.json, then GET /api/v1/product. Do not use this host to update a school's hall of fame, provision a display, or collect a sales demo token. Book a human demo at /contact-us/.

Authentication

None. Every documented endpoint is public. Send no Authorization header. Preview at marketing.preview.rocketalumnisolutions.com is the sandbox; production answers the same read-only facts at www.rocketalumnisolutions.com. There is no self-serve key dashboard because there is nothing to key.

Endpoints

Canonical JSON lives under /api/v1/. Unversioned /api/product and the other /api/* aliases map to the same v1 files. Breaking changes will increment the path to /api/v2/. Retired aliases will send a Deprecation header and a Sunset date, announced on this page and in OpenAPI info.description.

GET /api/v1/product — company name, description, and key facts. Same payload as MCP get_product_overview.
GET /api/v1/pages — public marketing paths with titles. Same payload as list_marketing_pages.
GET /api/v1/contact — email, phone, Boston address. Same payload as get_contact.
GET /api/v1/links — llms.txt, sitemap, OpenAPI, MCP. Same payload as get_agent_links.
GET /openapi.json — OpenAPI 3.1 for these endpoints (also /developers/openapi.json).
GET /.well-known/api-catalog — RFC 9727 catalog.
Unknown /api/* paths return HTTP 404 JSON with error, code, message, and resolution.

Example request

curl -sS -H "Accept: application/json" https://www.rocketalumnisolutions.com/api/v1/product

A successful body is JSON with name, description, url, and a facts string array. Responses send IETF RateLimit and RateLimit-Policy headers (120 requests per 60 seconds as the advertised ceiling). A 429 would include Retry-After. This host does not require a key, so agents should not invent one.

Discovery files

Start with llms.txt for the agent index and sitemap.xml for every indexable URL. Organization JSON-LD on the homepage includes name, description, url, contactPoint, and address.

Markdown content negotiation

Request any static marketing URL with Accept: text/markdown to receive Content-Type: text/markdown; charset=utf-8. Responses send Vary: Accept, Accept-Encoding. The same pages also have an index.md file next to index.html. A missing path with that Accept header returns HTTP 404 and a short markdown recovery map.

Rocket Alumni Solutions MCP server

Discovery lives at /.well-known/mcp (also /.well-known/mcp.json and /.well-known/mcp/server-card.json). The Streamable HTTP endpoint is POST /mcp. Tools are read-only product facts: overview, page list, contact, and agent links. Initialize with a JSON-RPC initialize method, then tools/list or tools/call. GET /mcp returns 405 because SSE is not offered.

curl -sS -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"example","version":"1"}}}' https://www.rocketalumnisolutions.com/mcp

bolt
See us in Action
close