Productivity
ailatest.org
Manages AILatest Todo tasks and provides access to academic calendars and journal search.
ENDPOINT 1
https://todo.ailatest.org/mcp
MCP server metadata
- Name
- AILatest Todo
- Version
- 1.0.0
Personal task tools require an active AILatest Max membership and a personal Todo API key.
Known tools 4
list_calendar_packsList public academic, global event and financial calendar packs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ailatest-todo]
url = "https://todo.ailatest.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ailatest-todo": {
"type": "http",
"url": "https://todo.ailatest.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ailatest-todo
Remote MCP URL: https://todo.ailatest.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ailatest-todo": {
"url": "https://todo.ailatest.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ailatest-todo": {
"type": "http",
"url": "https://todo.ailatest.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ailatest-todo",
"transport": "streamable-http",
"url": "https://todo.ailatest.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://journal.ailatest.org/api/mcp
MCP server metadata
- Name
- ailatest-journal
- Version
- 0.2.17
AILatest Journal public-beta MCP. Use search_journals or recommend_journals and verify final scope on the journal website.
Known tools 3
search_journalsSearch AILatest journal records by title, ISSN, subject, index, JCR or CAS filters.
Inferred read-onlyrecommend_journalsRecommend journals from a title, abstract, keywords, and optional structured filters.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ailatest-journal]
url = "https://journal.ailatest.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ailatest-journal": {
"type": "http",
"url": "https://journal.ailatest.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ailatest-journal
Remote MCP URL: https://journal.ailatest.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ailatest-journal": {
"url": "https://journal.ailatest.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ailatest-journal": {
"type": "http",
"url": "https://journal.ailatest.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ailatest-journal",
"transport": "streamable-http",
"url": "https://journal.ailatest.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.