CiteMe
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

FieldTypeDescription
title*stringPaper/book title
authors*arrayAuthor names (e.g., ["John Smith", "Jane Doe"])
year*stringPublication year
stylestringCitation style default "apa"
doistringDOI identifier
venuestringJournal or venue name
volumestringVolume number
pagestringPage range (e.g., "123-456")
publisherstringPublisher name
urlstringURL 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.