Atlassian intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
An MCP server that gives AI assistants direct access to Atlassian Goals and Atlassian Projects via the Townsquare / Atlas GraphQL API
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
| Canonical slug | atlassian-goals-projects-mcp-server-35b474e7 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | jaimesm-mews/atlassian-goals-projects-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | jaimesm-mews/atlassian-goals-projects-mcp | 22cc7233e04eb23590f84c133652adae075e8e6e | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitjaimesm-mews/atlassian-goals-projects-mcp | 22cc7233e04eb23590f84c133652adae075e8e6eCurrent | Aug 25, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
get_goalFetch an Atlassian Goal by its key. Returns the goal's id, key, name, owner, and archived status.Input schema{
"type": "object",
"properties": {
"goalKey": {
"type": "string",
"description": "Atlassian Goal key, e.g. MEWS-3761"
}
},
"required": [
"goalKey"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_goal_latest_updateFetch the latest status update (summary + detailed notes) for an Atlassian Goal.Input schema{
"type": "object",
"properties": {
"goalKey": {
"type": "string",
"description": "Atlassian Goal key, e.g. MEWS-3762"
}
},
"required": [
"goalKey"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_project_updatesFetch detailed updates, highlights (decisions/learnings/risks), linked Jira items, and update notes for one or more Atlassian Projects within a date range.Input schema{
"type": "object",
"properties": {
"projectKeys": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"description": "Array of Atlassian Project keys, e.g. [\"MEWS-3866\", \"MEWS-4181\"]"
},
"dateFrom": {
"type": "string",
"description": "Start date (YYYY-MM-DD) for the update range"
},
"dateTo": {
"type": "string",
"description": "End date (YYYY-MM-DD) for the update range"
}
},
"required": [
"projectKeys",
"dateFrom",
"dateTo"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
search_projectsSearch Atlassian Projects (Townsquare). Returns project key, name, state, and pagination info. Use searchString for TQL filtering.Input schema{
"type": "object",
"properties": {
"searchString": {
"type": "string",
"default": "",
"description": "TQL search string for projects (e.g. 'key IN (\"MEWS-3866\", \"MEWS-4181\")' or empty for all)"
},
"first": {
"type": "number",
"default": 50,
"description": "Max projects to return per page (default 50, max 50)"
},
"after": {
"type": "string",
"description": "Pagination cursor from a previous response"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
Atlassian Goals & Projects MCP Server exposed 4 tools during independent protocol observation, including get_goal, get_goal_latest_update, get_project_updates, search_projects.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.