Beans API & MCP
string[] · required · style: forminteger · min: 1 · max: 128integerstring · required string · requiredstringstringstringstring
Get sources metadata
GET
https://api.cafecito.tech
/beans/sources
Retrieves detailed metadata for one or more sources including site name, description, favicon.
query Parameters
sourcessource IDs to fetch metadata for (comma-separated CSV)
limitpage limit (items per page)
Default: 16
offsetpagination offset (number of items to skip)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get sources metadata › Responses
array of publisher metadata objects
Publisher contains identifying and descriptive information about a publisher
sourceSource is the canonical publisher identifier and matches Bean.Source values.
source_base_urlBaseURL is the publisher's primary site URL.
source_descriptionDescription is a short description of the publisher or content source.
source_faviconFavicon is the URL of the publisher favicon or brand icon.
source_site_nameSiteName is the human-readable display name of the publisher.

