# Orchyn (npm · @orchyn/mcp)

Social intelligence for 8 networks: read posts, creators and trends, then create from them.

- Trust score: 70/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.orchyn.com`: 0/100, [markdown](https://verifymcp.io/servers/com-orchyn-mcp/mcp.md), [page](https://verifymcp.io/servers/com-orchyn-mcp/mcp)
- npm · `@orchyn/mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-orchyn-mcp/orchyn-mcp.md), [page](https://verifymcp.io/servers/com-orchyn-mcp/orchyn-mcp)

## Channel facts

- Registry: `npm`
- Package: `@orchyn/mcp`
- Version: `1.26.17`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 98 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 18 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - 14% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 3728 tokens (~47/item across 78 items; 27 tools + 51 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 28 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### How do I install the Orchyn MCP server?

Orchyn runs locally as an npm package, launched with npx -y @orchyn/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-orchyn-mcp -- npx -y @orchyn/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "com-orchyn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orchyn/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-orchyn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orchyn/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-orchyn-mcp -- npx -y @orchyn/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-orchyn-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@orchyn/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-orchyn-mcp --command npx --arg -y --arg @orchyn/mcp
```

### Hermes

```yaml
mcp_servers:
  com-orchyn-mcp:
    command: "npx"
    args: ["-y", "@orchyn/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-orchyn-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@orchyn/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-orchyn-mcp -t stdio -c npx -a -y @orchyn/mcp
```

### Other

```json
{
  "mcpServers": {
    "com-orchyn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@orchyn/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 70, +1)

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

### 2026-09-17 (score 69, +1)

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

### 2026-09-15 (score 68, +1)

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

### 2026-09-12 (score 67, +1)

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

### 2026-09-10 (score 66, +1)

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

### 2026-09-09 (score 65, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-04 (score 61, −6)

- [security regression] Source repository: pass → fail

### 2026-09-01 (score 67)

First indexed and scored.

## MCP tools (27)

### `analyze_post` (~147 tokens)

Analyze Post

Analyze a social post (video, image, carousel/slideshow) from its link — imports the media and runs AI analysis over the actual content (video frames, carousel images, caption). Supports TikTok, Instagram, YouTube, X/Twitter, Douyin, Xiaohongshu and Bilibili. Returns the full analysis once finished. AI analysis — 1 free use, then 6 credits per use.Use when the visuals are the point; for script, hook and structure alone, analyze_post_fast costs a third as much.

Input parameters:

- `url` (string, required): Public post URL (TikTok/Instagram/YouTube/X, Douyin, Xiaohongshu or Bilibili).

Output parameters:

- `analysis`
- `analyzed`
- `mcpCredits`
- `platform`
- `post`
- `url`

### `get_social_media` (~123 tokens)

Get Social Media

Fetch a social post's media from a TikTok, Instagram, YouTube, X/Twitter, Douyin, Xiaohongshu or Bilibili URL: contentType (video/image/carousel/slideshow), title, caption, author, stats and direct media URLs. Returns an inline thumbnail image. Consumes 1 orchyn credit (20 free credits included for new users).Use when you need the post's facts and media and nothing more; if you want it interpreted, use analyze_post_fast instead.

Input parameters:

- `url` (string, required): Full public post URL.

Output parameters:

- `fetchedAt`
- `mcpCredits`
- `platform`
- `post`
- `provider`
- `url`

### `discover_social_posts` (~220 tokens)

Discover Social Posts

Discover recent posts (video, image, carousel, slideshow) for a niche on YouTube, TikTok, Instagram, Douyin, Xiaohongshu, X/Twitter or Bilibili. Each post includes title/caption, thumbnailUrl, externalUrl, views/likes/comments and inline thumbnails (up to 4) so they show in chat. Say "next" to paginate (offset), or "analyze the 2nd one" / "analyze all" for batch analysis. Use to find individual posts to look at; use niche_report when you want the pattern across them rather than the posts themselves. Consumes 2 orchyn credits (20 free credits included for new users).

Input parameters:

- `keywords` (string): Optional extra keywords.
- `limit` (integer): Max results (default 6).
- `niche` (string, required): Niche/topic, e.g. 'fitness'.
- `offset` (integer): Skip first N results — for 'next' pagination.
- `platform` (string): Platform to search (default youtube).

Output parameters:

- `mcpCredits`
- `platform`
- `posts`

### `get_user_posts` (~219 tokens)

Get User Posts

List recent posts by a creator handle (e.g. @zoundsapp) on TikTok, Instagram, YouTube, Douyin, Xiaohongshu, X/Twitter, Bilibili or LinkedIn (LinkedIn uses the profile public_id from the URL, e.g. 'williamhgates'). Each post includes title/caption, thumbnailUrl, externalUrl, views/likes/comments and inline thumbnails (up to 4) so they show in chat. Use this when Claude needs to pull more posts from the same account to spot a pattern, or to scan a whole profile. Consumes 2 orchyn credits (20 free credits included for new users).Use to scan one creator's output; use find_hook_pattern when you want their formula extracted rather than the raw list.

Input parameters:

- `limit` (integer): Max posts (default 6).
- `platform` (string): Which platform (default tiktok).
- `username` (string, required): Creator handle, e.g. 'zoundsapp' or '@zoundsapp'.

Output parameters:

- `mcpCredits`
- `platform`
- `posts`
- `username`

### `analyze_creator_profile` (~196 tokens)

Analyze Creator Profile

Deep-dive a whole creator profile on TikTok, Instagram, YouTube, Douyin, Xiaohongshu, X/Twitter, Bilibili or LinkedIn: fetch recent posts, run multimodal AI on up to 3, then synthesize a profile report — creator summary, niche, content themes, hook styles, strengths/weaknesses, engagement patterns, audience insights, variation ideas, collaboration fit. AI analysis — 1 free use, then 15 credits per use.Use for a full teardown when the visuals matter; find_hook_pattern gives you their formula from captions for a fraction of the price.

Input parameters:

- `focus` (string): Extra instruction for the profile synthesis.
- `limit` (integer): Posts to fetch (default 6; first 3 analyzed).
- `platform` (string): Which platform (default tiktok).
- `username` (string, required): Creator handle, e.g. 'zoundsapp'.

Output parameters:

- `analysis`
- `creator`
- `mcpCredits`
- `posts`
- `profile`

### `get_post_comments` (~141 tokens)

Get Post Comments

Fetch top comments for a post URL on TikTok, Instagram, YouTube, Douyin, X/Twitter, Bilibili or LinkedIn, plus keyword clusters from TikTok Analytics when available — audience sentiment/audience-signal analysis. Consumes 2 orchyn credits (20 free credits included for new users).Use when you want to read what people actually wrote; use analyze_comments when you want it synthesised into what to do next.

Input parameters:

- `limit` (integer): Max comments (default 20).
- `url` (string, required): Full public post URL (TikTok/Instagram/YouTube/Douyin/X/Bilibili/LinkedIn).

Output parameters:

- `comments`
- `mcpCredits`
- `platform`
- `summary`
- `themes`
- `url`

### `search_creators` (~143 tokens)

Search Creators

Search creators by niche/keyword on TikTok, Instagram, Xiaohongshu, YouTube or Douyin — username, nickname, follower count, signature, verified status. Use to find influencers to vet or analyze. Consumes 2 orchyn credits (20 free credits included for new users).Use when you know the niche but not the names; use get_similar_creators when you already have one creator that works.

Input parameters:

- `count` (integer): Max creators (default 8).
- `keyword` (string, required): Niche/keyword, e.g. 'fitness' or a creator name.
- `platform` (string): Which platform (default tiktok).

Output parameters:

- `creators`
- `mcpCredits`
- `platform`

### `get_similar_creators` (~108 tokens)

Get Similar Creators

Find lookalike creators for a given handle — TikTok similar-user recommendations or Instagram similar users. Useful for scaling: 'if this creator works, here are more like them'. Consumes 2 orchyn credits (20 free credits included for new users).Use when one creator already fits and you want more of the same.

Input parameters:

- `platform` (string): Which platform (default tiktok).
- `username` (string, required): Seed creator handle, e.g. 'zoundsapp'.

Output parameters:

- `creators`
- `mcpCredits`
- `platform`

### `discover_sounds` (~123 tokens)

Discover Sounds

Discover trending sounds/music for a keyword on TikTok or Instagram — the sound is a huge ranking signal for TikTok virality. Returns title, artist, duration, play/cover URLs. Consumes 2 orchyn credits (20 free credits included for new users).Use when picking audio for a post, or to spot a sound before it peaks.

Input parameters:

- `count` (integer): Max sounds (default 6).
- `keyword` (string, required): Niche/keyword, e.g. 'gym'.
- `platform` (string): Which platform (default tiktok).

Output parameters:

- `mcpCredits`
- `sounds`

### `get_post_transcript` (~124 tokens)

Get Post Transcript

Get the words actually spoken in a TikTok or YouTube post by reading its caption track. Cheap and exact — use this before analyze_post when you need the script, hook wording or CTA verbatim rather than an interpretation. Returns plain text with a word count, or available:false with a reason when the post has no captions. Consumes 1 orchyn credit.Use before any analysis when the exact wording matters.

Input parameters:

- `language` (string): Preferred language code, e.g. 'en'.
- `url` (string, required): Post URL (TikTok or YouTube).

Output parameters:

- `autoGenerated`
- `available`: false when the post carries no caption track.
- `language`
- `mcpCredits`
- `reason`: Why there is no transcript, when available is false.
- `transcript`
- `wordCount`

### `analyze_comments` (~125 tokens)

Analyze Comments

Read a post's comment section and return what the audience is actually saying: sentiment, recurring themes, the questions they ask, objections raised, content they request, the language they use, and follow-up video ideas grounded in it. Use when the goal is 'what should I make next' rather than 'what did people write'. Consumes 6 orchyn credits.Use when the goal is what to make next rather than what people wrote.

Input parameters:

- `limit` (integer): Comments to read (default 50, max 100).
- `url` (string, required): Full public post URL.

Output parameters:

- `commentsAnalyzed`
- `mcpCredits`
- `report`
- `summary`
- `themes`

### `compare_posts` (~101 tokens)

Compare Posts

Compare 2-5 posts side by side and explain the performance gap: which won, what actually differed (hook, format, length, caption, hashtags), shared strengths, testable lessons and one concrete next experiment. Use for 'why did this one work and that one not'. Consumes 8 orchyn credits.Use when two posts differ in performance and you need to know why.

Input parameters:

- `urls` (array, required): 2-5 post URLs to compare.

Output parameters:

- `analyzed`
- `comparison`
- `failed`
- `mcpCredits`
- `posts`

### `discover_hashtags` (~145 tokens)

Discover Hashtags

Trending TikTok hashtags from the Creative Center trend board, with post counts, view counts and whether each is rising, cooling or steady. Filter by country and time window. Use to find what to tag, or to spot a wave early. Consumes 2 orchyn credits.Use to find what to tag, or to spot a wave early.

Input parameters:

- `count` (integer): Max hashtags (default 20).
- `country` (string): 2-letter country code (default US).
- `days` (integer): Window in days: 7, 30 or 120 (default 7).
- `industryId` (string): Optional TikTok industry id to filter by.

Output parameters:

- `country`
- `days`
- `hashtags`
- `mcpCredits`

### `analyze_post_fast` (~90 tokens)

Analyze Post (Fast)

Same analysis as analyze_post but built from the post's transcript, caption and stats instead of its video frames — a third of the price. Weaker on visual style, just as strong on hook, script structure, CTA and audience. Consumes 2 orchyn credits.Use this by default; reach for analyze_post when the visuals are the point.

Input parameters:

- `url` (string, required): Full public post URL.

Output parameters:

- `analysis`
- `analyzed`
- `mcpCredits`
- `mode`
- `platform`
- `post`
- `url`

### `write_hooks` (~126 tokens)

Write Hooks

Write alternative opening hooks — the first line said or shown on screen. Give a url to riff on an existing post (it reads the real transcript), or a topic to start from nothing. Consumes 2 orchyn credits.Use when you know the subject and need openings to choose between.

Input parameters:

- `count` (integer): How many hooks (default 10, max 20).
- `tone` (string): Optional tone.
- `topic` (string): Subject to write hooks about (optional if url given).
- `url` (string): Post to riff on (optional if topic given).

Output parameters:

- `hooks`
- `mcpCredits`
- `sourceUrl`

### `create_variants` (~112 tokens)

Create Variants

Turn a post that worked into variants a creator could film next — same mechanism, different execution. Each variant has a hook, the angle that changes, ordered shot beats and a CTA. Consumes 3 orchyn credits.Use after analysing a post to move from why it worked to what to make.

Input parameters:

- `angle` (string): Optional steer for the variants.
- `count` (integer): How many variants (default 3, max 6).
- `url` (string, required): The post to make variants of.

Output parameters:

- `mcpCredits`
- `post`
- `sourceUrl`
- `variants`

### `score_draft` (~83 tokens)

Score Draft

Review your own draft BEFORE you film or post it: hook strength, clarity and payoff scores, concrete fixes, a rewritten hook and a tightened draft. Consumes 2 orchyn credits.Use before filming, while changing it is still cheap.

Input parameters:

- `draft` (string, required): Your script, caption or hook.
- `platform` (string): Target platform (default tiktok).

Output parameters:

- `draft`
- `mcpCredits`
- `platform`
- `report`

### `repurpose_post` (~81 tokens)

Repurpose Post

Rewrite one post for other surfaces — X thread, LinkedIn post, carousel slides, YouTube title/description, newsletter. Consumes 2 orchyn credits.Use when a post already worked and you want it on other surfaces.

Input parameters:

- `targets` (array): Which formats to produce (default all).
- `url` (string, required): The post to repurpose.

Output parameters:

- `mcpCredits`
- `post`
- `repurposed`: One entry per target surface.
- `sourceUrl`

### `niche_report` (~117 tokens)

Niche Report

What is working in a niche right now: dominant formats, hook patterns, what over- and underperforms, gaps nobody is filling, and what to make next. Consumes 3 orchyn credits.Use when entering a niche or deciding what to make next, rather than judging one post.

Input parameters:

- `count` (integer): Posts to survey (default 20, max 40).
- `niche` (string, required): Niche or topic, e.g. 'home fitness'.
- `platform` (string): Platform to survey (default tiktok).

Output parameters:

- `mcpCredits`
- `niche`
- `report`
- `summary`

### `find_hook_pattern` (~98 tokens)

Find Hook Pattern

Extract a creator's repeatable formula from their captions and performance, with fill-in-the-blank templates another creator could adapt. Consumes 2 orchyn credits.Use to reverse-engineer a creator you want to learn from.

Input parameters:

- `limit` (integer): Posts to read (default 20, max 40).
- `platform` (string): Platform (default tiktok).
- `username` (string, required): Creator handle, with or without @.

Output parameters:

- `mcpCredits`
- `platform`
- `postsAnalyzed`
- `report`
- `username`

### `check_orchyn_credits` (~52 tokens)

Check Orchyn Credits

Check your orchyn credit balance, billing URL and pack size. No cost — call anytime to see remaining credits before running other tools.Use before a run of paid calls to confirm the balance covers it.

Output parameters:

- `balance`
- `billingUrl`
- `bypassCredits`
- `firstFreeRemaining`
- `firstFreeTools`
- `hint`
- `isAdmin`
- `tier`

### `buy_orchyn_credits` (~61 tokens)

Buy Orchyn Credits

Buy an MCP credit pack via Stripe Checkout. Returns a secure checkout URL — open it in your browser to pay. Credits are added automatically after payment. No cost to call.Use when the balance is short and the user has agreed to top up.

Output parameters:

- `checkoutUrl`
- `packs`

### `orchyn_login` (~57 tokens)

Orchyn Login

Get a fresh login URL to re-authenticate your MCP session. Call this tool when you need to reconnect or when the session has expired. No cost to call.Use when a call fails with an authentication error, to re-link the account.

Output parameters:

- `loginUrl`: Only present when a sign-in is actually required.
- `message`
- `pendingAction`: The call that expiry interrupted; it is re-run on the way back.
- `resumed`: The tool that was re-run after signing in — its result is this payload.
- `signedIn`: true when the session is already good and no link is needed.

### `understand_social_post` (~156 tokens)

Understand Social Post

Import a social post URL AND understand it with multimodal AI over the actual video/images: summary, hook strength, viral triggers, format breakdown and variation ideas. Includes the thumbnail. Supports TikTok, Instagram, YouTube, X/Twitter, Douyin, Xiaohongshu and Bilibili. AI analysis — 1 free use, then 6 credits per use.Use when you need a factual description of what physically happens on screen; analyze_post is the better default for strategy.

Input parameters:

- `focus` (string): Extra instruction, e.g. 'focus on the CTA'.
- `url` (string, required): Full public post URL (TikTok/Instagram/YouTube/X/Douyin/Xiaohongshu/Bilibili).

Output parameters:

- `analysis`
- `analyzed`
- `mcpCredits`
- `platform`
- `post`
- `url`

### `watch_creator` (~101 tokens)

Watch Creator

Add a creator to your watchlist so you can ask later what they have posted since. Stores the handle only — nothing is fetched here, so there is no cost. Use catch_up_watchlist to see what changed. No cost to call.

Input parameters:

- `note` (string): Why you are watching them — shown back to you later.
- `platform` (string): Platform (default tiktok).
- `username` (string, required): Creator handle, with or without @.

Output parameters:

- `added` (string|null)
- `entries`
- `watching` (number|null)

### `unwatch_creator` (~58 tokens)

Unwatch Creator

Remove a creator from your watchlist. Nothing is fetched, so there is no cost. No cost to call.

Input parameters:

- `platform` (string): Platform (default tiktok).
- `username` (string, required): Creator handle, with or without @.

Output parameters:

- `entries`
- `removed` (boolean|null)
- `watching` (number|null)

### `catch_up_watchlist` (~118 tokens)

Catch Up On Watchlist

What the creators you watch have posted since you last checked. Fetches each one's recent posts and compares them against the snapshot taken at your last catch-up, then moves the snapshot forward — so this answers 'what is new' rather than 'what exists'. The first run for a creator has nothing to compare against and just records the baseline. Consumes 2 orchyn credits per creator checked.

Input parameters:

- `limit` (integer): Posts to check per creator (default 6).
- `platform` (string): Only check creators on this platform.

Output parameters:

- `checked` (number|null)
- `creators`
- `mcpCredits`
- `posts`: Everything new, flattened, for the card view.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-orchyn-mcp/orchyn-mcp#diagnostics

## Score history

- 2026-09-20: 70
- 2026-09-19: 70
- 2026-09-18: 69
- 2026-09-17: 69
- 2026-09-16: 68
- 2026-09-15: 68
- 2026-09-14: 67
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 66
- 2026-09-10: 66
- 2026-09-09: 65
- 2026-09-08: 61
- 2026-09-07: 61
- 2026-09-06: 61
- 2026-09-05: 61
- 2026-09-04: 61
- 2026-09-03: 67
- 2026-09-02: 67
- 2026-09-01: 67

## Common questions

### What is the Orchyn MCP server?

Orchyn is an MCP server listed in the public MCP registry as com.orchyn/mcp. Social intelligence for 8 networks: read posts, creators and trends, then create from them. This page covers its npm package (@orchyn/mcp).

### Is the Orchyn MCP server safe to use?

Orchyn scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. 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 Orchyn MCP server expose?

Orchyn exposes 27 tools: analyze_post, get_social_media, discover_social_posts, get_user_posts, analyze_creator_profile, and 22 more. Their descriptions and schemas cost roughly 3,225 tokens of context every time the server is loaded.

### Is the Orchyn MCP server still maintained?

Orchyn 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.

### What licence is the Orchyn MCP server under?

Orchyn declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@orchyn/mcp
- Socket report: https://socket.dev/npm/package/@orchyn/mcp
- Website: https://mcp.orchyn.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-orchyn-mcp/orchyn-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-orchyn-mcp/orchyn-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-orchyn-mcp/orchyn-mcp
