flickr.com
Flickr is an online photo hosting and sharing service where people upload, organize, and browse photographs. It also provides a public developer API for accessing Flickr data and acting on behalf of Flickr users with OAuth.
Flickr exposes one HTTP API surface at `https://api.flickr.com/services`, documented on flickr.com; it uses a developer-issued Flickr app key, either directly as `api_key` for public method calls or as the OAuth 1.0a consumer key for signed user-authorized calls. No Flickr-hosted GraphQL API, MCP server, or official CLI was found.
- Flickr APIdiscovered
Sign in to Flickr, open Create an App, then follow Request an API Key to register an application. Flickr issues an API key (consumer key) and a shared secret for the app. Use the API key for public API calls, and use the key + shared secret to sign OAuth 1.0a requests with HMAC-SHA1 as described in User Authentication.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing