mcpserver.lol
registry/buildinternet-mcp
Connection check verified live · 26h ago

buildinternet-mcp

An agent-friendly API for product changelogs. A unified registry via CLI, API, or MCP.

Tools 16
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

16 tools

Read from the running server on 26h ago.

follow entity*
Follow an organization or a product so it appears in your personalized feed (`get_personalized_feed`). Following an organization implicitly includes all of its products. Requires…
get_catalog_entry read-only identifier*changelog_pathchangelog_limitchangelog_offsetchangelog_tokensinclude_changelog
Detail for a single catalog entry — accepts a prod_ id, src_ id, or an org-scoped coordinate in the form orgSlug/slug (e.g. 'vercel/nextjs' or 'vercel/next-js'). Returns the union…
get_collection read-only slug*
Detail for a single collection — name, description, and the ordered list of member organizations. Hidden / on-demand orgs never leak through; only publicly visible orgs appear in t…
get_collection_releases read-only slug*limitcursorinclude_prereleases
Interleaved cross-org release feed for a collection — same shape as `get_latest_releases` but scoped to the collection's member orgs. Cursor-paginated: pass `limit` for slice size…
get_latest_releases read-only kindtypelimitsinceuntilcursor +5
Get the most recent releases, optionally filtered by product or organization. Excludes prereleases (canaries / alphas / betas / RCs) by default — pass `include_prereleases: true` t…
get_organization read-only identifier*include_overview
Get detailed information about a single organization — accounts, tags, sources, products, aliases. When an AI-generated overview exists the response includes a short preview; pass…
get_personalized_feed read-only limitcursor
Your personalized release feed — recent releases from the organizations and products you follow, newest first. Requires a signed-in user. Same item shape as `get_latest_releases`,…
get_release read-only id*
Fetch the full content of a single release by id. Release ids are returned by search or get_latest_releases — pass them here to read the whole entry (e.g. to quote a specific Next.…
list_catalog read-only kindpagelimitorganization
List catalog entries — products and standalone sources combined into one list with an `entryType: 'product' | 'source'` discriminator per row. Orgs that group multiple sources und…
list_collections read-only pagelimit
List curated collections — named cross-org playlists (e.g. 'Frontier AI Labs') independent of the fixed category taxonomy. Use `get_collection` for a collection's full member list…
list_follows read-only
List the organizations and products you follow (newest first). Requires a signed-in user.
list_organizations read-only pagelimitquerycategoryplatforminclude_empty
List all indexed organizations, optionally filtered. Paginated: defaults to 50 entries per page; pass `page: 2` for the next slice. Orgs with zero indexed releases are hidden by de…
lookup_domain read-only domain*
Resolve a domain to the org or product that owns it. The domain is normalized first (scheme, `www.`, path, and trailing slash stripped, lowercased), so `https://vercel.com/about` a…
search read-only kindmodetypelimitquery*since +7
Unified search across the registry and release content. Returns up to four sections — organizations, catalog entries (products + standalone sources folded into one list), curated c…
unfollow entity*
Stop following an organization or product. Requires a signed-in user. `entity` is an `org_…` or `prod_…` id. Idempotent: unfollowing something you don't follow is a no-op.
whats_changed read-only to*from*package*ecosystemminImportance
Given a package and a `from`/`to` version, return the changelog entries between them — `(from, to]`, from exclusive, to inclusive — with summaries and breaking-change verdicts. One…