C
CiteMe
/search_citations
search citations
Search scholarly sources by topic, title, author, DOI, or ISBN and return matching works as formatted citations. Resolved works may be merged into CiteMe's shar
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 /search_citations for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Search query: topic, title, author name, DOI, or ISBN |
| style | string | Citation style (e.g., apa, abnt, mla, vancouver, chicago-author-date, ieee) default "apa" |
| limit | number | Number of citations to return default 5 |
| source_type | string (auto | paper | book | thesis) | Type of source to search for default "auto" |
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":"/search_citations","input":{"query":"...","style":"apa","limit":5,"source_type":"auto"}}'cli
npx cracked-ai run -p mcp-app-citeme-citeme -e /search_citations -i '{"query":"...","style":"apa","limit":5,"source_type":"auto"}'mcp
run_tool({ provider: "mcp-app-citeme-citeme", endpoint: "/search_citations", input: {"query":"...","style":"apa","limit":5,"source_type":"auto"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.