B
BetterPost
20 endpointsliveFinds timely sources across news, social, and the web and writes posts worth publishing. (MCP server ai.betterpost/server, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for BetterPost.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Create project /betterpost_create_project | Create a content project. Slow, one-shot: infers config (criteria, industry, tone), discovers sources, and gathers/ranks an initial set of timely stories. Best | $0.0020 per call | unknown |
| Generate content /betterpost_generate_content | Generate a new piece of content for a project from its timely, relevant stories. Fast in steady state. Charges credits on success only. If you pass a `topic` th | $0.0020 per call | unknown |
| Derive content /betterpost_derive_content | Transform an existing piece into another format (e.g. newsletter → tweet). No fetching; reuses the source stories and topic. | $0.0020 per call | unknown |
| List content /betterpost_list_content | List a project's content (summaries + shareable `publicUrl` links). | $0.0020 per call | unknown |
| Get content /betterpost_get_content | Fetch one piece of content in full. | $0.0020 per call | unknown |
| Delete content /betterpost_delete_content | Delete a piece of content and its hosted images. | $0.0020 per call | unknown |
| List projects /betterpost_list_projects | Returns your projects, each with its relevance `criteria` (with ids) that define what counts as on-topic. | $0.0020 per call | unknown |
| Get project /betterpost_get_project | Returns one project with its relevance `criteria` (each with an id, so a criterion can be targeted for removal via betterpost_update_project). | $0.0020 per call | unknown |
| Update project /betterpost_update_project | Updates a project's title, audience, description, tone, freshness window, timezone, or relevance criteria, and returns the updated project with its criteria. Ch | $0.0020 per call | unknown |
| Delete project /betterpost_delete_project | Permanently deletes a project and everything in it — its sources, stories, and content. Cannot be undone. | $0.0020 per call | unknown |
| List sources /betterpost_list_sources | Returns one slimmed page of a project's sources plus project-wide `total` and `counts` (ok/failing/disabled/pending, and byType). Page with `limit` (default 50) | $0.0020 per call | unknown |
| Add source /betterpost_add_source | Adds a source to a project and fetches it immediately (bounded by a few seconds), returning `storiesAdded` so the next generate_content can use it; if it is sti | $0.0020 per call | unknown |
| Remove source /betterpost_remove_source | Removes a source from a project. Its already-gathered stories stay; the source is no longer fetched. | $0.0020 per call | unknown |
| List stories /betterpost_list_stories | Returns a project's gathered stories, each with `title`, `url`, `summary`, `relevancy`, `publicationDate`, and `isManual`/`isHidden` flags. Pass includeHidden t | $0.0020 per call | unknown |
| Add story /betterpost_add_story | Manually imports a story you read about from its URL (pinned relevance, flagged is_manual) so generation can draw on it. | $0.0020 per call | unknown |
| Hide story /betterpost_hide_story | Hides a story so generation ignores it. Reversible with unhide_story. | $0.0020 per call | unknown |
| Unhide story /betterpost_unhide_story | Unhides a previously hidden story so generation can use it again. | $0.0020 per call | unknown |
| Suggest topics /betterpost_suggest_topics | Clusters a project's current stories into a few candidate angles — each with a label, how many stories back it, and example headlines — and warms the project (g | $0.0020 per call | unknown |
| Get usage /betterpost_get_usage | Your credit balance, freeze state, and recent spend. | $0.0020 per call | unknown |
| Get settings /betterpost_get_settings | Returns a project's per-content-type settings (wordLimit and additionalInstructions for each channel). | $0.0020 per call | unknown |