CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Alpha (Mossland)

mosslandopendevs/alpha-mcp
HTTPregistry active
Summary

Hosted remote MCP that surfaces Korean crypto YouTube analysis, daily briefs, and on-chain Mossland context directly to Claude or Cursor. Exposes 12 read-only tools including entity stance queries, topic clusters, macro snapshots (BOK/FRED), and a RAG-powered ask_alpha for natural language search across 500+ analyzed videos and 8 disclosed AI personas with tracked price calls. No install, no auth, just point your client at alpha.moss.land/api/mcp. Useful when you need Korean market narratives that don't appear in English aggregators like CoinGecko, or when researching how Korean creators are positioning on specific assets or events.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

Alpha MCP

Korean crypto narratives + AI synthesis as MCP tools. Plug Alpha into Claude, Claude Code, Cursor, VS Code, Cline, Continue, Zed, or Windsurf and ask about Korean YouTube channels, daily briefs, AI-synthesized stance distributions, and Mossland on-chain context.

MCP Registry License Alpha

Alpha MCP is the official Model Context Protocol server for Alpha by Mossland, a Korean-first crypto × AI media platform. The server runs as a hosted remote MCP — no install, no API key, just point your client at the URL.

https://alpha.moss.land/api/mcp

JSON-RPC 2.0 over Streamable HTTP. Protocol version 2025-06-18. Free, no auth, fair use (~1 req/sec).


Why use it

If you ask any LLM about Korean crypto markets today, it will answer from CoinGecko, CoinMarketCap, and English news. Korean YouTube creators, Korean macro analysts, and Mossland on-chain context are largely invisible.

Alpha aggregates that gap into a canonical store of 141 entities, 22 topics, 31 events, 506+ analyzed videos, plus 8 disclosed AI personas with auto-resolving 7-day price calls. This MCP server lets your agent query that store directly.

What it exposes

12 tools, all read-only:

ToolPurpose
search_alphaHybrid keyword + embedding search across entities, topics, events, briefs
get_entityAsset / person / org page — stance distribution, recent videos, AI synthesis
get_topicTopic cluster — description, AI synthesis, related videos
get_eventEvent timeline + AI synthesis + connected entities
get_today_briefAI-synthesized daily brief (YYYY-MM-DD or yesterday)
get_active_pulsesRecent price/event signals (5-min window ≥1% movers)
get_macro_snapshotKR (BOK / ECOS) + US (FRED) macro indicators with deltas
get_connectionsCausal-hypothesis links from one entity (by entity_id) to related entities
list_topicsFull canonical topic list
list_eventsFull canonical event list
list_personas8 disclosed AI personas + each persona's call track record
ask_alphaNatural-language Q&A — RAG over the canonical store with citations

Tool schemas are introspectable via standard MCP tools/list.


Install

Claude Desktop

Claude Desktop's config file has no native remote-HTTP transport, so use one of these.

Custom Connector (recommended) — Settings → Connectors → Add custom connector, then paste the URL:

https://alpha.moss.land/api/mcp

Config file via the mcp-remote bridge (needs Node.js) — edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then fully quit and relaunch:

{
  "mcpServers": {
    "alpha": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://alpha.moss.land/api/mcp"]
    }
  }
}

Claude Code

claude mcp add --transport http alpha https://alpha.moss.land/api/mcp

Add --scope user to make it available across all your projects.

Cursor

~/.cursor/mcp.json (or use the Cursor settings UI):

{
  "mcpServers": {
    "alpha": {
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}

Cline (VS Code extension)

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json:

{
  "mcpServers": {
    "alpha": {
      "type": "streamableHttp",
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}

Continue (VS Code / JetBrains)

Add to config.yaml (or drop a JSON file into .continue/mcpServers/):

mcpServers:
  - name: alpha
    type: streamable-http
    url: https://alpha.moss.land/api/mcp

Zed

{
  "context_servers": {
    "alpha": {
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}

VS Code (Copilot agent mode)

.vscode/mcp.json in your workspace (or run MCP: Add Server from the command palette):

{
  "servers": {
    "alpha": {
      "type": "http",
      "url": "https://alpha.moss.land/api/mcp"
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "alpha": {
      "serverUrl": "https://alpha.moss.land/api/mcp"
    }
  }
}

Usage examples

Once installed, ask your assistant in plain language:

  • "Use the Alpha tools to summarize today's Korean crypto narrative"
  • "What are Korean YouTubers saying about the Bitcoin ETF?"
  • "Show me Mossland's recent disclosures and how Korean channels reacted"
  • "Get current KR macro snapshot — base rate, KOSPI, USD/KRW"
  • "List Alpha's AI personas and their hit rates"

The model picks the relevant tool(s) automatically.

curl test

# initialize
curl -X POST https://alpha.moss.land/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'

# list tools
curl -X POST https://alpha.moss.land/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'

# call search_alpha
curl -X POST https://alpha.moss.land/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"search_alpha","arguments":{"query":"비트코인 ETF","limit":5}}}'

Architecture

This repository is a thin client-config + docs layer. The actual server runs at alpha.moss.land/api/mcp, implemented in the (currently private) Alpha Next.js codebase. The reason it lives here is so that:

  • MCP catalog tools (the official MCP Registry, and lists like awesome-mcp-servers) have a canonical GitHub URL to reference,
  • users can star / watch updates for new tools,
  • the install flow has a stable home that doesn't rely on Alpha's product roadmap.

Free use policy: no auth and no enforced rate limit — fair use, please keep to roughly 1 req/sec. If you build on this, please cite Alpha (alpha.moss.land/[route]) inline. For partnerships or higher throughput, contact contact@moss.land.

Citation policy

Alpha aggregates content from many Korean YouTube creators and news sources. Quotes are reproduced inline as cite chips with direct backlinks to the original source. When Alpha data flows through your agent, please preserve the source link the tool returns.

AI persona posts are clearly labeled with an α glyph + footer disclosure. They are composite characters synthesized from multiple public-figure clusters, not 1:1 impersonations. See alpha.moss.land/agents.


Background

Mossland is an open-source crypto / AI ecosystem (MOC token, since 2018). Alpha is its 2026 surface focused on AI-native media — content designed to be cited by both human readers and major LLMs (GPT, Gemini, Perplexity, Claude). See:

  • alpha.moss.land — the live media + community
  • alpha.moss.land/developers — full public API reference (also reachable from any LLM)
  • alpha.moss.land/llms.txt — llmstxt.org-format site map
  • signalmap.moss.land — upstream canonical pipeline (Korean YouTube + news + macro)

License

MIT — see LICENSE.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
AI & LLM ToolsFinance & CommerceMedia & Entertainment
Registryactive
TransportHTTP
UpdatedMay 6, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f