# Semantic Scholar — MCP server on mcp.ai > Connect your Semantic Scholar account and use 21 tools for artificial intelligence straight from your AI agent. Connect with your own API key. Semantic Scholar is an AI-powered academic search engine that helps researchers discover and understand scientific literature. By: mcp.ai · official Page: https://mcp.ai/semanticscholar ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_semanticscholar?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/semanticscholar/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/semanticscholar/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/semanticscholar/skill.md Postman collection (v2.1): https://mcp.ai/semanticscholar/postman.json ## Tools - semanticscholar_details_about_a_paper(fields?: string, paper_id: string) — Examples: