← Back to search
40
Partial
Agentic Readiness Score
+25 llms.txt +10 MCP missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
other ai-friendlyllms-txtmcp

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 40/100

            

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