llms.txt Content
# Siteinspire
> A curated collection of the finest web design, updated regularly by editorial review.
Siteinspire is a web design inspiration gallery. It has published over 10,000 hand-curated websites since 2008, organised by design style, category, and the studios that made them.
## Public Website
- [Homepage](https://www.siteinspire.com/): Browse the latest featured websites
- [Websites by category](https://www.siteinspire.com/websites): Filter by design category
- [Designer profiles](https://www.siteinspire.com/profiles): Studios and designers credited for featured work
## Public REST API
The following endpoints require no authentication:
- [List websites](https://www.siteinspire.com/api/websites): `GET /api/websites?limit=24&offset=0&categorySlugs[]=typography`
- [Get website by ID](https://www.siteinspire.com/api/websites/:id): `GET /api/websites/1234`
- [Website feed](https://www.siteinspire.com/api/websites/feed): RSS-style feed of recent additions
## tRPC API (authenticated)
All data operations are available via tRPC at `https://www.siteinspire.com/api/trpc/:procedure`.
Public procedures (no auth):
- `search.search` — Full-text Algolia search across websites, profiles, and categories
- `search.autocomplete` — Autocomplete suggestions
- `categories.all` — All design categories with slugs and counts
- `expertises.all` — All expertise tags used on profiles
- `discovery.all` — Machine-readable catalog of all API operations with schemas
API discovery document: `https://www.siteinspire.com/api/trpc/discovery.all`
## Public MCP Server (agents)
Public read-only MCP server:
- Remote: `https://www.siteinspire.com/api/mcp` (streamable HTTP)
- Stdio: `pnpm --filter @siteinspire/mastra mcp`
- Tools: search_sites, list_websites, get_website, list_profiles, get_profile,
all_categories, popular_websites
- Website results are filtered to public published records with enabled screenshot
assets. Agents should not present screenshotless or unpublishe