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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
glauberfrancodesign avatar

FrancoLabs

glauberfrancodesign/francolabs-mcp
HTTPregistry active
Summary

Connects Claude or ChatGPT to FrancoLabs, a UX research platform, over streamable HTTP with OAuth 2.1 or personal access tokens. You get tools to scaffold studies from research objectives, manage questionnaires across workspaces and projects, launch or pause studies, pull participant responses and aggregated analytics (NPS, completion rates, distributions), and run AI-grounded analysis with follow-up chat. It also surfaces quality reviews for survey design, distills insights into product opportunity cards, and exposes template and question-type catalogs as resources. Scopes let you toggle read-only mode or limit access to templates, projects, studies, or responses. Useful when you're running continuous discovery workflows and want your AI to help triage feedback, draft follow-up studies, or synthesize findings without context-switching.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

FrancoLabs MCP Server

Connect AI assistants to FrancoLabs — a UX research platform — over the Model Context Protocol. Let Claude, ChatGPT and other MCP clients create and manage studies, browse templates, read participant responses and analytics, run AI-grounded analysis, and turn insights into product opportunities on your behalf.

  • Endpoint: https://francolabs.vercel.app/mcp
  • Transport: Streamable HTTP (MCP protocol 2025-06-18)
  • Auth: OAuth 2.1 (Dynamic Client Registration + PKCE) or Personal Access Token
  • Registry: io.github.glauberfrancodesign/francolabs

Connect

Claude (claude.ai / Desktop)

Settings → Connectors → Add custom connector → URL:

https://francolabs.vercel.app/mcp

Complete the OAuth consent screen — you choose exactly which scopes to grant and can toggle read-only access.

ChatGPT

Enable Developer Mode, then Settings → Connectors → Add → same URL. Authenticate via the OAuth flow.

Claude Code / Cursor (manual token)

Generate a Personal Access Token in Settings → Integrations, then:

claude mcp add --transport http francolabs \
  "https://francolabs.vercel.app/mcp" \
  --header "Authorization: Bearer <your-token>"

Tools

ToolScopeDescription
list_question_typestemplates:readList question/block types and their settings
list_templatestemplates:readList study templates, optionally by category
list_workspacesprojects:readList the workspaces (teams) you belong to and your role in each
list_projectsprojects:readList your projects
get_projectprojects:readGet a single project by id
create_projectprojects:writeCreate a new project (optionally in a specific workspace)
list_studiesstudies:readList studies (filter by status/project)
get_studystudies:readGet a full study with blocks and settings
create_studystudies:writeCreate a study (auto-scaffolds welcome + thank-you)
update_studystudies:writeUpdate title, blocks, settings or project
set_study_statusstudies:writeLaunch / pause / resume / complete a study
delete_studystudies:writePermanently delete a study and its responses
list_responsesresponses:readList participant responses (most recent first)
get_study_analyticsresponses:readAggregated KPIs: NPS, completion, distributions
get_study_digestresponses:readDeterministic, PII-free statistical digest of a study's results
run_universal_analysisresponses:readRun/refresh the full AI analysis (digest + grounded synthesis)
analysis_chatresponses:readAsk a natural-language question, grounded in the study's analysis
get_insightsresponses:readList curated insight cards for a study
upsert_insightstudies:writeCreate or update a curated insight card
generate_study_from_objectivestudies:readTurn a research objective into a typed study skeleton
review_study_qualitystudies:readReview a study's questionnaire for survey-design issues
list_opportunitiesresponses:readList product opportunities distilled from a study's insights
create_opportunity_from_insightsstudies:writeDistill insights into decision-ready product opportunities

create_project and create_study write into a workspace — pass workspaceId (see list_workspaces), or omit it to use your oldest workspace by default.

Two resources are also exposed: francolabs://templates and francolabs://question-types.

Scopes

templates:read · projects:read · projects:write · studies:read · studies:write · responses:read

Tools you didn't grant are hidden from tools/list. A read-only grant blocks every write tool server-side, regardless of scopes.

Security

  • Tokens are stored only as SHA-256 hashes — never in plaintext.
  • Each request mints a short-lived (5 min) JWT so all data access runs under per-user row-level security; the service role is used only for the token lookup.
  • Access is revocable anytime from Settings → Integrations.
  • OAuth follows RFC 9728 (protected-resource discovery), RFC 8414 (AS metadata), RFC 7591 (dynamic client registration) and PKCE S256.

Source

This repository mirrors the server's source for transparency. The server runs as a Supabase Edge Function (src/mcp, src/mcp-oauth, src/_shared).


© FrancoLabs. All rights reserved.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Monitoring & Observability
Registryactive
TransportHTTP
UpdatedJun 3, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
iamtsoftware avatar
Promolink

io.github.iamtsoftware/promolink

Music promo platform: email campaigns, Instagram DMs, Spotify discovery, SmartLinks, analytics.
infoinlet-marketplace avatar
Mcp Clickhouse

io.github.infoinlet-marketplace/mcp-clickhouse

Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.
infoinlet-marketplace avatar
Mcp Git

io.github.infoinlet-marketplace/mcp-git

Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No writes.
jaredhobbs avatar
Cronalert

io.github.jaredhobbs/cronalert

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.
jeremiahclark79-ai avatar
DanBooks — AI Bookkeeping

io.github.jeremiahclark79-ai/danbooks-mcp

AI bookkeeping for small business. Create invoices, log expenses, and check P&L by voice or text.
jmbremer avatar
Manymeet

io.github.jmbremer/manymeet

Webinar analytics for Zoom Meeting-based webinars: Funnels, transcripts, email engagement