← All WebMCP sites

callforpaper.org

Health & Educationhttps://callforpaper.org/listed as of 2026-08-26
Discover verified academic conferences, symposiums, and calls for papers worldwide. CallForPaper.org connects researchers, organizers, and universities in one verified ecosystem.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

search_cfpsanswerimperative
Search active academic calls for papers and research events on CallForPaper.org. Use this when the user wants to find conferences, workshops, CFPs, submission opportunities, deadlines, or academic events. Supports filtering by research subject, deadline, location, event type, and participation mode.
Input schema
{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "The search query or keyword (e.g., \"Artificial Intelligence\", \"Sustainability\")."
    }
  },
  "required": [
    "q"
  ]
}
analyze_abstractactimperative
Analyze a research abstract against an academic call for papers. Identify topical relevance, likely fit, mismatches, and areas that could be strengthened. Use when the user provides an abstract and asks whether it fits a CFP or conference..
Input schema
{
  "type": "object",
  "properties": {
    "abstract": {
      "type": "string",
      "description": "The full text of the academic abstract to analyze."
    }
  },
  "required": [
    "abstract"
  ]
}
generate_conference_namesactimperative
Generate creative, professional conference names based on a topic and target audience.
Input schema
{
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "description": "The main topic of the conference."
    },
    "subject_area": {
      "type": "string",
      "description": "Broad research area."
    },
    "tone": {
      "type": "string",
      "enum": [
        "formal",
        "innovative",
        "community"
      ],
      "default": "formal"
    },
    "count": {
      "type": "number",
      "description": "Number of suggestions (max 10).",
      "default": 5
    }
  },
  "required": [
    "topic"
  ]
}
Listings are sourced from public community registries and shown as reported.