# authorprofilemcp

Discover co-authors and collaboration networks for any researcher. Extract research interests and keywords from scholar profiles to understand expertise. Accelerate literature review and team scoutin…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alperenkocyigit/authorprofilemcp

# Browse available tools
npx -y @smithery/cli@latest tool list alperenkocyigit/authorprofilemcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alperenkocyigit/authorprofilemcp get_coauthors

# Call a tool
npx -y @smithery/cli@latest tool call alperenkocyigit/authorprofilemcp get_coauthors '{}'
```

## Direct MCP Connection

Endpoint: `https://authorprofilemcp--alperenkocyigit.run.tools`

## Tools (2)

- `get_coauthors`
- `get_author_keywords`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get alperenkocyigit/authorprofilemcp <tool-name>
```

---

Source: https://github.com/alperenkocyigit/AuthorProfileMCP
