Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/linkup

PYPI · MCPARMORY-LINKUP · 2 COMPONENTS · SCANNED SEP 20

Search the web and fetch pages with sourced results, optimized for AI agents

−15 this week 59 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security37
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1241 tokens (~206/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/linkup MCP server?

com.mcparmory/linkup runs locally as a PyPI package, launched with uvx mcparmory-linkup. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-linkup

# add to Claude Code
claude mcp add com-mcparmory-linkup -- uvx mcparmory-linkup
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-linkup": {
      "command": "uvx",
      "args": [
        "mcparmory-linkup"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-linkup": {
      "command": "uvx",
      "args": [
        "mcparmory-linkup"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-linkup -- uvx mcparmory-linkup
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-linkup": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-linkup"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-linkup --command uvx --arg mcparmory-linkup
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-linkup:
    command: "uvx"
    args: ["mcparmory-linkup"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-linkup": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-linkup"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-linkup -t stdio -c uvx -a mcparmory-linkup
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-linkup": {
      "command": "uvx",
      "args": [
        "mcparmory-linkup"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 18 Sept 26 −15
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 17 Sept 26 +16
    • Malware scan: unverified → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +16
    • Malware scan: unverified → pass security
  • 12 Sept 26 −15
    • Malware scan: pass → unverified security
  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcparmory-linkup@1.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 41 packages
Packages resolved 41
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~1,241 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_research_task ~503

Creates an asynchronous web research task that performs comprehensive research based on a natural language question. Returns structured or sourced answers with optional filtering by date range, domains, and result count.

NameTypeReqDescription
excludeDomainsarrayExclude specific domains from the search results. Provide domain names to filter out (e.g., 'wikipedia.com'). By default, no domains are excluded.
fromDatestringFilter results to only include sources published on or after this date, specified in ISO 8601 format (YYYY-MM-DD). Must be after 1970-01-01 and before `toDate` if both are provided.
includeDomainsarrayRestrict search to specific domains only. Provide up to 100 domain names (e.g., 'microsoft.com', 'github.com'). By default, all domains are searched.
includeImagesbooleanSet to `true` to include relevant images in the research results. Defaults to `false`.
includeInlineCitationsbooleanWhen using `sourcedAnswer` output type, set to `true` to include inline citations within the answer text. Defaults to `false`.
includeSourcesbooleanWhen using `structured` output type, set to `true` to include source citations in the response. Note that enabling this modifies the response schema structure. Defaults to `false`.
maxResultsnumberThe maximum number of search results to return. The actual number of results returned will not exceed this value.
outputTypestringyesThe format for the research response. Use `sourcedAnswer` for a natural language answer with optional citations, or `structured` for a custom-formatted response matching the provided `structuredOutpu…
qstringyesThe natural language question or research topic you want to investigate. Examples: 'What is Microsoft's 2024 revenue?' or 'Latest developments in quantum computing'.
structuredOutputSchemastringA JSON schema (as a string) defining the desired response structure when using `structured` output type. The schema root must be an object type. Required only when `outputType` is set to `structured`.
toDatestringFilter results to only include sources published on or before this date, specified in ISO 8601 format (YYYY-MM-DD). Must be after 1970-01-01 and after `fromDate` if both are provided.

No output schema declared.

No examples provided.

get_credits_balance ~30

Retrieve your current account credits balance. This endpoint returns the total number of credits available in your account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_research ~50

Retrieves detailed information about a specific research task by its identifier. This endpoint is currently in beta and may be subject to changes.

NameTypeReqDescription
idstringyesThe unique identifier of the research task to retrieve.

No output schema declared.

No examples provided.

get_webpage ~156

Fetch and parse a single webpage from a given URL, with optional JavaScript rendering, raw HTML inclusion, and image extraction.

NameTypeReqDescription
extractImagesbooleanWhether to extract and return images found on the webpage. Disabled by default; enable to retrieve image URLs and metadata.
includeRawHtmlbooleanWhether to include the raw HTML markup in the response. Disabled by default; enable if you need the unprocessed HTML source.
renderJsbooleanWhether to render JavaScript before extracting content. Disabled by default; enable for dynamic pages that require script execution.
urlstringyesThe full URL of the webpage to fetch (must be a valid URI format, e.g., https://example.com).

No output schema declared.

No examples provided.

list_research_tasks ~36

Retrieve all research tasks created within your authenticated organization with pagination support. This endpoint is currently in beta and may be subject to changes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_web_content ~466

Retrieve web content by natural language query with configurable search depth, output formatting, and result filtering. Supports structured responses, date ranges, domain filtering, and optional citations or images.

NameTypeReqDescription
depthstringyesControls search precision and comprehensiveness. Use `fast` for quick, focused queries; `standard` for broader multi-topic queries with agentic search; `deep` for comprehensive results across multipl…
excludeDomainsarrayExclude specific domains from search results. By default, no domains are excluded.
fromDatestringFilter results to content published on or after this date, specified in ISO 8601 format (YYYY-MM-DD). Must be after 1970-01-01 and before the `toDate` if provided.
includeDomainsarrayRestrict search to specific domains only. Provide up to 100 domain names. By default, all domains are searched.
includeImagesbooleanInclude images in the search results alongside text content.
includeInlineCitationsbooleanWhen using `sourcedAnswer` output type, include inline citations within the answer text to indicate source attribution.
includeSourcesbooleanWhen using `structured` output type, include source citations in the response. Note that enabling this modifies the response schema structure.
maxResultsnumberThe maximum number of results to return. The actual number of results returned will not exceed this value.
outputTypestringyesSpecifies the response format. Use `searchResults` for raw search results, `sourcedAnswer` for an answer with source attribution, or `structured` for a custom JSON format defined by `structuredOutput…
qstringyesThe natural language question or search query for which you want to retrieve web content.
structuredOutputSchemastringA JSON schema (as a string) defining the desired response structure when using `structured` output type. The root element must be an object type.
toDatestringFilter results to content published on or before this date, specified in ISO 8601 format (YYYY-MM-DD). Must be after 1970-01-01 and after the `fromDate` if provided.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/linkup MCP server?

com.mcparmory/linkup is an MCP server listed in the public MCP registry as com.mcparmory/linkup. Search the web and fetch pages with sourced results, optimized for AI agents. This page covers its PyPI package (mcparmory-linkup).

Is the com.mcparmory/linkup MCP server safe to use?

com.mcparmory/linkup scores 59 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/linkup MCP server expose?

com.mcparmory/linkup exposes 6 tools: get_credits_balance, get_webpage, search_web_content, list_research_tasks, create_research_task, get_research. Their descriptions and schemas cost roughly 1,241 tokens of context every time the server is loaded.

Is the com.mcparmory/linkup MCP server still maintained?

com.mcparmory/linkup is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.