Results for “client”
312 skillsMCP Developer
Build, debug, and extend MCP servers and clients that connect AI systems with external tools and data sources.
10.4k · bundle
Email Marketing
Generates a brand product launch email with masthead, hero, CTA, specifications grid, and table-based fallback for email client compatibility.
· bundle
Java
Integrates Java applications with the Claude API using the official Anthropic Java SDK, covering client setup, messages, streaming, and tool use.
0 · bundle
AI Consulting
Offers fractional AI engineering and consulting services, acting as a part-time AI executive to generate $3K-10K per month.
10
153 Dxpy Bae649e0
Provides Python bindings to interact with the DNAnexus platform, enabling file uploads, job management, and API calls.
7 · bundle
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper co...
1
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper co...
6
Churn Detector
Weekly churn risk detection across active client accounts. Scans for signals like decreased engagement, missed meetings, delayed payments, and competitor mentions. Scores risk 1-10 and outputs prioritized alert list.
2 · bundle
Google Analytics Data API Basics
Enables the Google Analytics Data API, authenticates via gcloud, and creates customized reports using the v1beta client library.
14.4k · bundle
Cuopt Server Common
Explains the domain concepts of the cuOpt REST server, including supported problem types, request flow, and key endpoints, without deployment or client code.
2.2k · bundle
Base Node
Run a production Base node with Reth client — hardware sizing, port configuration, snapshot bootstrapping, security hardening, and sync monitoring.
1.2k · bundle
Redis MCP Server
Provides a quick start guide to Redis, including installation via Docker, building from source, and links to client libraries for Python and JavaScript.
28
Sentry MCP Server
Connects error monitoring to MCP clients, enabling issue search, stack trace analysis, performance investigation, and AI-powered root cause analysis.
28
Golang Grpc
Guides Go developers in building production-ready gRPC services, covering proto organization, server/client implementation, error handling, streaming, testing, and security best practices.
10 · bundle
PHP
Integrate the Anthropic Claude API in PHP projects using the official SDK, covering client setup, message requests, streaming, and tool use.
0 · bundle
GRAPHQL
Designs secure, high-performance GraphQL APIs by applying schema design, DataLoader batching, query depth limiting, and resolver-level authorization patterns.
0 · bundle
Clinpgx
Query the ClinPGx API for pharmacogenomic gene-drug data, clinical annotations, CPIC guidelines, and FDA drug labels.
17 · bundle
GRAPHQL
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper contr
6
Compressed Pda
For client and program development on Solana ~160x cheaper and without rent-exemption for per-user state, DePIN registrations, or custom compressed accounts. Create, update, close, burn, and reinitialize compressed accounts.
0 · bundle
Alterlab Chembl
Query ChEMBL via the chembl_webresource_client Python client for curated bioactive molecules and drug-like compound libraries at scale — search compounds by structure or physicochemical properties, retrieve bioactivity measurements (IC50, Ki, EC50), and find inhibitors of a target. Use when screening chemical libraries, mining curated bioactivity for a protein, running SAR studies, or sourcing medicinal-chemistry data; for measured protein-ligand binding affinities (Ki/Kd/IC50) prefer alterlab-bindingdb instead. Part of the AlterLab Academic Skills suite.
60 · bundle
Ima Sdk Basics
Integrate client-side video and audio ads using the IMA SDK across web, Android, iOS, and TV platforms with VAST/VMAP support.
14.4k · bundle
Daily
Reference for building real-time voice and multimodal AI applications with Daily and Pipecat, covering pipeline architecture, AI service integrations, transports, and client SDKs.
3
Molykit
Build cross-platform AI chat interfaces with Makepad using MolyKit, covering async patterns, bot client integration, SSE streaming, and chat widgets.
5
Nick Sales Assets
Sales asset creation for Nick's products and client work. Use when creating one-pagers, product explainers, demo outlines, sales decks, or concise materials that help someone understand and buy quickly.
0 · bundle
Case Study Builder
Turns client wins into structured case studies in multiple formats. Gathers before/after metrics, structures as Problem-Solution-Results, and outputs landing page copy, one-pager, social snippets, and email insert.
2 · bundle
Genkit
Route Firebase AI feature work into either direct app/client Firebase AI Logic SDK integration or a server-owned Genkit workflow. Use when a web, mobile, backend, or full-stack feature needs model calls, typed outputs, reusable flows, tools, retrieval, prompt files, evals, observability, or deployment. Choose client-ai-logic, flow-foundation, tool-and-agent, retrieval-and-prompt, evaluation-and-observability, deployment-runtime, or comparison-or-fallback; route Firebase platform/operator work to `firebase-cli` and broad framework comparisons to `survey`.
42 · bundle
Paw Upwork Proposal
Upwork proposal writer that decodes a job posting and produces a tailored, ready-to-send proposal. Use when the user pastes an Upwork job posting, asks to write or improve a proposal, wants to score a draft, asks 'should I apply to this', wants Connects/budget advice, or needs scripts for after a client replies. Triggers: 'write an Upwork proposal', 'decode this job posting', 'score my proposal', 'should I apply', 'how many Connects', 'client replied, what do I say'.
85 · bundle
Effect
Provides opinionated defaults and reference documentation for building production TypeScript applications with Effect v4, covering schemas, services, layers, configuration, scheduling, caching, streams, HTTP clients, and testing.
· bundle
Oauth2 Flow Debugger
Inspects and debugs OAuth 2.0 authorization flows including PKCE, client credentials, and device code grants, validating tokens, decoding claims, and tracing redirect chains.
28
React Best Practices
React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.
3 · bundle
Failure States Empty States
Trigger: empty list state, loader skeleton, error boundary layout, offline indicator, system fallback UI. Scope: UI fallback layouts, skeleton placeholders, client recovery views. Boundary: Excludes server-side API error status coding.
1 · bundle
React Patterns
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.
0
Labstep
Queries and displays Labstep electronic lab notebook data — experiments, protocols, resources, and inventory — via labstepPy, with an offline demo mode using synthetic biology data.
17 · bundle
Nextjs Security
Secure Next.js App Router with middleware auth, Server Action validation, CSP headers, and taint APIs. Use when adding authentication middleware, validating Server Action inputs with Zod, or preventing secret leakage to client bundles.
542 · bundle
Hono Patterns
Use when building APIs on Hono (Cloudflare Workers, Bun, Deno, Node), debugging route ordering, wiring middleware, validating with @hono/zod-validator, returning streaming responses, configuring CORS with credentials, handling errors via app.onError, or composing typed RPC clients. Triggers: c.env binding types, c.header + c.redirect interaction, missing await next() bugs, Set-Cookie not attaching to redirect, route-precedence surprises, JWT middleware setup, hono/client typed RPC end-to-end. NOT for Express/Fastify/Koa idioms, tRPC/GraphQL paradigms, or Next.js Route Handlers.
10
Azure Messaging Webpubsub Java
Build real-time web applications with Azure Web PubSub SDK for Java, enabling WebSocket-based messaging, live updates, chat, and server-to-client push notifications.
2.7k · bundle