Post Metadata Extractor is a read-only task app that extracts structured social post metadata fields from user-provided social media posting request text.
The app accepts one input field: post_text, containing raw social media posting request text with explicitly stated metadata.
The app returns platform, post_time, topic, asset_requirements, missing_fields, source_text, and errors.
This app does not write social posts, generate captions, create marketing copy, recommend platforms, create assets, publish posts, schedule posts, send messages, update calendars, call social media APIs, contact external services, or make strategy decisions.
The app is stateless, read-only, does not require login, does not store submitted data, does not call external APIs, and performs no operational actions.
/social-post-metadata-extractor/mcp