CS
Context Studios MCP
/get_blog_posts
Get Blog Posts
Search and retrieve published blog posts.
liveverifiedunknown~5s typical
mcpprobedcontextstudiosmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-contextstudios-mcp /get_blog_posts for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Search query or keyword phrase. Use the user's natural-language topic. |
| tag | string | Exact or near-exact blog tag to filter published posts. |
| language | string (de | en | fr | it) | Preferred content language. Supported values are de, en, fr, and it. Some source catalogs default "en" |
| limit | number | Maximum number of results to return. default 5 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-contextstudios-mcp","endpoint":"/get_blog_posts","input":{"language":"en","limit":5}}'cli
npx cracked-ai run -p mcp-ai-contextstudios-mcp -e /get_blog_posts -i '{"language":"en","limit":5}'mcp
run_tool({ provider: "mcp-ai-contextstudios-mcp", endpoint: "/get_blog_posts", input: {"language":"en","limit":5} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.