Skip to main content
Glama
612,092 tools. Updated 2026-09-26 12:54

"CSDN" matching MCP tools:

  • Retrieve hot trending data from a Chinese developer community platform to find popular technical articles.
    MIT
  • Lists category names for use in publish_article or update_article. Falls back to a built-in list (source=builtin) when CSDN API is unavailable, so verify real categories via CSDN console.
    MIT
  • Retrieve the list of article categories for the current CSDN account. Use this to organize and manage your publishing categories.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Screen a name against the U.S. Treasury OFAC SDN list. Information, not a compliance determination.

  • Edge content delivery for autonomous agents — signed manifests, A2A authentication

  • Search CSDN technical blogs and Q&A content to find programming solutions and documentation, returning URLs for further web retrieval.
    Apache 2.0
  • Set or update the CSDN authentication cookie for all subsequent requests. Validates cookie structure locally, returning errors for missing UserToken or UserName. Use only when initializing or after cookie expiration.
    MIT
  • List articles from a CSDN account. Use scope='published' for public posts (no cookie needed) or scope='all' to include drafts and get draft/publish counts (requires cookie).
    MIT
  • Remove a published CSDN article by ID. By default it moves to the recycle bin for recovery; set permanent=true only to permanently erase it.
    MIT
  • Verify local CSDN cookie configuration and structure, and retrieve account name without network calls. Does not confirm server-side acceptance.
    MIT
  • Create a CSDN blog post from Markdown, saving as a draft by default. Pass mode=publish to release it publicly—publishing is irreversible.
    MIT
  • Retrieve web results across multiple engines with no API key, with automatic routing for Chinese or English queries and concurrent multi-query support.
    Apache 2.0
  • Retrieve an article's full record by ID, including drafts, to check its exact status. Use include_content=false to fetch metadata only and avoid large payloads.
    MIT
  • Retrieve your account's recommended tags for article publishing, with a fallback to built-in candidates if the API is unavailable. Select up to five tags for each post.
    MIT
  • Fetch and read complete CSDN article content by providing a valid blog.csdn.net URL, enabling full text extraction for analysis or reference without visiting the page directly.
    Apache 2.0
  • Check an article's actual status by combining CSDN API status and public page HTTP code, ensuring it's truly published or still draft. Read-only verification for accurate results.
    MIT
  • Update an existing CSDN article with selective field changes; omitted fields keep their current values. For published posts, content edits go to a draft and require manual re-publish.
    MIT
  • Upload a local image to CSDN's image hosting to receive a public URL. Specify kind as 'cover' for cover images or 'body' for in-post images; supports common image formats.
    MIT
  • Search CSDN technical blogs and Q&A content to find programming solutions and tutorials. Returns search URLs for accessing detailed results through web fetching tools.
    MIT