C
CiteMe
/format_citation
format citation
Format citation data (title, authors, year, etc.) into a specific citation style. The formatted result may be stored in an operational cache; the tool does not
liveverifiedunknown~5s typical
mcpprobedciteme
$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-app-citeme-citeme /format_citation for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Paper/book title |
| authors* | array | Author names (e.g., ["John Smith", "Jane Doe"]) |
| year* | string | Publication year |
| style | string | Citation style default "apa" |
| doi | string | DOI identifier |
| venue | string | Journal or venue name |
| volume | string | Volume number |
| page | string | Page range (e.g., "123-456") |
| publisher | string | Publisher name |
| url | string | URL of the source |
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-app-citeme-citeme","endpoint":"/format_citation","input":{"title":"...","authors":[],"year":"...","style":"apa"}}'cli
npx cracked-ai run -p mcp-app-citeme-citeme -e /format_citation -i '{"title":"...","authors":[],"year":"...","style":"apa"}'mcp
run_tool({ provider: "mcp-app-citeme-citeme", endpoint: "/format_citation", input: {"title":"...","authors":[],"year":"...","style":"apa"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.