Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
grad-agent · pypi · 0.2.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.i-ninte/grad-agent",
"description": "Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking.",
"title": "grad-agent",
"repository": {
"url": "https://github.com/i-ninte/grad-agent",
"source": "github"
},
"version": "0.2.5",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "grad-agent",
"version": "0.2.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "server",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Anthropic API key used by Claude Haiku for hook synthesis and verification.",
"isRequired": true,
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "SMTP host for the review mailer.",
"isRequired": true,
"default": "smtp.gmail.com",
"name": "SMTP_SERVER"
},
{
"description": "SMTP port.",
"isRequired": true,
"default": "587",
"name": "SMTP_PORT"
},
{
"description": "SMTP username; used as From address by default.",
"isRequired": true,
"name": "SMTP_USERNAME"
},
{
"description": "SMTP password. Gmail App Password recommended.",
"isRequired": true,
"isSecret": true,
"name": "SMTP_PASSWORD"
},
{
"description": "Envelope From address for drafts emailed to the user's review inbox.",
"isRequired": true,
"name": "SMTP_FROM"
},
{
"description": "Optional. Personal access token used to enumerate the user's public and private GitHub repos during catalog sync.",
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "Optional. HuggingFace token used to enumerate the user's published models and datasets during catalog sync.",
"isSecret": true,
"name": "HF_TOKEN"
},
{
"description": "Optional. Override the default ~/.grad-agent/ location for profile, programs, secrets, and data.",
"default": "~/.grad-agent",
"name": "GRAD_AGENT_HOME"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-14T11:59:28.509606Z",
"publishedAt": "2026-07-14T11:59:28.509606Z",
"updatedAt": "2026-07-14T11:59:28.509606Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.