Recetas de herramientas MCP
Flujos de trabajo paso a paso que combinan múltiples herramientas MCP de Toolypet. Copia las indicaciones y úsalas con Claude, Cursor o cualquier asistente de IA compatible con MCP.
104 recetas en 5 categorías
Recetas de Diseño CSS
Complete Button Style
beginnerCreate a polished button with gradient background, shadow, border radius, and hover animation using MCP tools.
Hero Section Design
beginnerDesign a stunning hero section with gradient background, flexbox centering, and entrance animation.
Card Component Style
beginnerBuild a modern card component with shadow, border radius, hover transform, and smooth transitions.
Glassmorphism Effect
intermediateCreate a frosted glass effect using backdrop-filter, gradient overlay, and border styling.
Responsive Grid Layout
beginnerBuild a responsive CSS Grid layout with gap, auto-fit columns, and proper alignment.
Animated Loading Spinner
beginnerCreate a smooth CSS loading spinner with custom animation, easing, and gradient colors.
Gradient Text Effect
intermediateCreate eye-catching gradient text with background-clip and animation.
Modal Overlay Design
intermediateDesign a modal dialog with backdrop blur, centered layout, entrance animation, and shadow.
Styled Form Inputs
beginnerStyle form inputs with focus effects, border transitions, shadow on focus, and custom border radius.
Sidebar Navigation Layout
intermediateBuild a responsive sidebar layout with CSS Grid, smooth width transition, and proper spacing.
Complete Card Design System
intermediateDesign a full card component: shadow, gradient header, border-radius, glassmorphism overlay, and hover animation.
Dark Mode Color Palette Conversion
intermediateConvert a light theme to dark mode with adjusted gradients, shadows, and filter effects.
Responsive Navigation Bar
intermediateBuild a responsive nav bar with flexbox layout, smooth transitions, shadow, and mobile hamburger animation.
Neumorphism UI Design
intermediateCreate a neumorphic (soft UI) design with dual shadows, subtle gradients, and pressed states.
Scroll Animation Toolkit
intermediateCreate scroll-triggered animations with fade, slide, and parallax effects using CSS transforms and easing.
CSS to Tailwind Conversion Workflow
beginnerConvert custom CSS to Tailwind utility classes with gradient, shadow, and animation equivalents.
Typography Design System
intermediateCreate a complete typography system with text shadows, gradient headings, and responsive sizing.
CSS Custom Properties Theme
advancedBuild a theme system using CSS custom properties with gradient, shadow, and animation tokens.
Recetas de Seguridad
Secure Password Workflow
beginnerGenerate a strong password, verify its strength, and hash it for storage — a complete password security pipeline.
Web Security Header Audit
intermediateAudit your website's security headers, generate a CSP policy, evaluate it, and configure CORS.
JWT Authentication Setup
intermediateSet up JWT-based authentication: generate tokens, create signing keys, and implement TOTP for 2FA.
API Security Hardening
advancedHarden your API with HMAC request signing, secure secrets, and SRI for client-side integrity.
SSL Certificate Verification
intermediateDecode and verify SSL certificates, check expiration, and generate secure RSA keys for renewal.
Data Encryption Workflow
advancedEncrypt sensitive data with AES, manage encryption keys securely, and verify with HMAC.
OAuth 2.0 Integration Setup
intermediateSet up OAuth 2.0 authentication with authorization URL generation, token handling, and state parameter security.
SSH Key Setup for Developers
beginnerGenerate SSH keys, create a passphrase, and understand key fingerprints for secure server access.
Webhook Signature Verification
intermediateVerify incoming webhook signatures using HMAC to ensure requests are authentic and untampered.
Two-Factor Authentication Setup
intermediateImplement TOTP-based 2FA with secret generation, QR code URI, and backup codes.
Encrypt, Decrypt & Verify
advancedFull encryption lifecycle: generate key, encrypt data with AES, hash for integrity, and verify the pipeline.
Passphrase to Key Derivation
intermediateGenerate a secure passphrase, hash it to derive a key, and use the key for HMAC signing.
Full Security Headers Audit
intermediateComplete security headers audit: check all headers, generate missing ones, and evaluate the overall security posture.
Full Encryption Pipeline
advancedComplete encryption pipeline: generate keys, encrypt data, create integrity hash, and sign with HMAC.
Password Policy Compliance Audit
intermediateAudit password policy compliance: generate test passwords at different strengths and verify against policy requirements.
Secret Management Workflow
intermediateGenerate, categorize, and secure application secrets: API keys, JWT secrets, encryption keys, and DB passwords.
TOTP Implementation Audit
intermediateAudit TOTP 2FA implementation: verify secret generation, code validation, and backup code handling.
Web App Security Checklist
advancedPre-deployment security checklist: CSP, CORS, authentication tokens, password hashing, and security headers.
SSH Deployment Security Setup
intermediateSecure SSH deployment: generate key pairs, create passphrases, and set up key fingerprint verification.
HMAC Webhook Security Chain
intermediateImplement complete webhook security: generate shared secret, sign payloads, and verify signatures.
Recetas de Desarrollo
API Debug Toolkit
beginnerDebug API responses by formatting JSON, decoding Base64 payloads, and parsing URL parameters.
Data Transform Pipeline
intermediateTransform data through JSON formatting, Base64 encoding, hashing, and UUID generation for ETL workflows.
Regex Builder & Tester
beginnerBuild and test regular expressions for common patterns like emails, URLs, and phone numbers.
Code Review Helper
beginnerCompare code versions with diff, format JSON configs, and validate changes for thorough code reviews.
Cron Schedule Planner
beginnerDesign and validate cron schedules for different environments with timezone awareness.
JWT Token Debug Pipeline
beginnerDecode JWTs, check timestamps, and verify Base64 payloads for authentication debugging.
File Hash Integrity Check
beginnerGenerate and verify file hashes for integrity checking, checksum validation, and secure downloads.
UUID Generation Workflow
beginnerGenerate UUIDs for different use cases: database records, API idempotency keys, and correlation IDs.
Recetas de Finanzas
Investment Analysis Pipeline
intermediateAnalyze investments with compound interest projection, ROI calculation, and break-even analysis.
Loan Comparison Analysis
beginnerCompare loan options by calculating monthly payments, total interest, and savings potential.
Retirement Planning Calculator
intermediatePlan retirement with compound growth projections, savings rate analysis, and break-even age estimation.
Startup Financial Analysis
advancedAnalyze startup finances with margin calculation, break-even analysis, and ROI projection for investors.
Personal Budget Calculator
beginnerCreate a personal budget with expense splitting, savings goals, and tip calculations for daily spending.
Group Expense Split Workflow
beginnerSplit group expenses fairly with tip calculation and per-person breakdown.
Profit Margin Analysis
intermediateAnalyze business profitability with margin calculation, break-even point, and ROI on improvements.
Compare Loan Options with Different Rates
beginnerSide-by-side comparison of 3 loan options with different rates and terms to find the best deal.
ROI Analysis with Compound Interest
intermediateCalculate investment ROI with compound growth, compare against simple returns, and project future value.
Full Business Plan: Financials
advancedComplete financial section for a business plan: break-even, margins, ROI projection, and growth modeling.
Rental Property Investment Analysis
intermediateAnalyze a rental property: mortgage payment, rental margin, ROI, and break-even timeline.
Debt Payoff Strategy Planner
beginnerPlan debt payoff with loan calculations, interest comparison, and savings from accelerated payments.
Emergency Fund Planner
beginnerCalculate how much you need in an emergency fund, plan the savings timeline, and project growth.
Side Hustle Profitability Analysis
beginnerEvaluate a side hustle: calculate margins, break-even point, and project income growth over time.
College Savings 529 Plan
intermediatePlan for college costs with compound growth projections and required monthly savings calculations.
Inflation Impact Analysis
intermediateUnderstand how inflation erodes purchasing power and what investment returns you need to stay ahead.
Tax-Efficient Income Planning
intermediatePlan income across tax brackets, calculate effective vs marginal rates, and optimize savings allocation.
Recetas de Multi-categoría
Website Launch Checklist
intermediateComplete pre-launch checklist: SEO meta tags, Open Graph, sitemap, robots.txt, and security headers.
Full-Stack Security Setup
advancedComprehensive security setup: password hashing, JWT auth, CSP, CORS, security headers, and 2FA.
Freelancer Financial Toolkit
beginnerEssential freelancer tools: project margin calculator, invoice tip estimator, and expense split for teams.
Blog Post SEO Optimization
beginnerOptimize blog posts with meta tags, Open Graph, SERP preview, and structured data for maximum visibility.
E-commerce Store Launch
advancedLaunch an online store with product margin analysis, SEO setup, security configuration, and pricing strategy.
Developer Portfolio Setup
beginnerBuild a developer portfolio with styled components, SEO optimization, and security best practices.
Landing Page Design Toolkit
intermediateDesign a high-converting landing page with gradient hero, flexbox layout, animations, and SEO meta tags.
Content Security Pipeline
advancedSecure web content delivery with CSP, SRI for CDN resources, CORS configuration, and security audit.
Generate JWT & Validate
beginnerGenerate a JWT token with custom claims, decode it to verify structure, and check expiration timestamps.
Hash Password & Test Strength
beginnerGenerate a password, check its strength score, hash it with bcrypt, and verify the hash output.
Create CSP & Evaluate Security
intermediateGenerate a Content Security Policy, evaluate it for weaknesses, then check related security headers.
API Key Rotation Workflow
intermediateGenerate new API keys, create HMAC signatures for validation, and hash old keys for audit logging.
Secure Data Encoding Pipeline
intermediateEncode sensitive data with Base64, generate integrity hash, and create HMAC for authenticated transport.
Certificate & Key Audit
advancedDecode SSL certificate, generate new RSA keys, and create SSH keys for a complete cryptographic audit.
CORS + CSP Integration Test
intermediateGenerate CORS headers, create matching CSP, and evaluate the combined security policy for consistency.
OAuth Token Debug Pipeline
intermediateGenerate OAuth tokens, decode the ID token JWT, and verify timestamps for OAuth flow debugging.
Convert Timestamps Across Timezones
beginnerConvert Unix timestamps to human-readable dates and compare across multiple timezones for global teams.
Calculate Statistics from JSON Data
intermediateParse JSON data, extract numeric values, and compute statistical measures like mean, median, and standard deviation.
Multi-Unit Conversion Chain
beginnerChain multiple unit conversions for international specifications: length, weight, and temperature.
Date & Age Calculator Combo
beginnerCalculate age from birthdate, find days until next birthday, and compute date differences for milestones.
Ratio & Percentage Analysis
beginnerAnalyze data with ratios, percentages, and fractions for business metrics and comparisons.
Scientific Calculations for Dev
intermediateUse scientific calculator with hash and UUID tools for algorithm analysis and system design.
Matrix & Statistics Combo
advancedCombine matrix operations with statistical analysis for data science and engineering calculations.
Multi-Currency Conversion Comparison
beginnerConvert amounts across multiple currencies and calculate percentage differences for international pricing.
Full SEO Audit Pipeline
intermediateComplete SEO audit: meta tags, Open Graph, robots.txt, sitemap, and SERP preview in one workflow.
Blog Post SEO Checklist
beginnerPre-publish SEO checklist for blog posts: meta tags, social sharing, SERP preview, and structured data.
Multi-Page SEO Consistency Audit
intermediateAudit SEO consistency across homepage, product page, and blog — ensuring unified meta strategy.
Social Media SEO Optimization
beginnerOptimize content for both search engines and social media with meta, OG, and Twitter Card setup.
Local SEO Setup
intermediateSet up local SEO with location-targeted meta tags, robots.txt configuration, and sitemap for local pages.
SEO Migration Checklist
advancedPre-migration checklist for domain or platform changes: preserve SEO value with proper redirects and meta.
E-commerce Product Page SEO
intermediateOptimize e-commerce product pages with product-specific meta, rich snippets, and social sharing.
SEO Competitor Analysis Template
intermediateAnalyze competitor SEO strategies by examining their meta, OG, robots, and sitemap patterns.
Developer Onboarding Security Kit
intermediateNew developer setup: generate SSH key, create JWT for API access, set up TOTP 2FA, and generate a secure password.
SaaS Product Launch Toolkit
advancedComplete SaaS launch: pricing analysis, SEO setup, security hardening, and landing page design.
API Design & Security Setup
intermediateDesign and secure a REST API: generate UUIDs for resources, set up JWT auth, configure CORS, and hash secrets.
Data Privacy & Compliance Kit
advancedImplement data privacy: encrypt PII, hash identifiers, generate secure tokens, and configure privacy-respecting headers.
Full-Stack App Scaffold
advancedScaffold a full-stack app: generate UUIDs, set up auth, design CSS theme, configure SEO, and harden security.
Performance Budget & Optimization
intermediateAudit performance budget: calculate statistics from metrics, generate optimized CSS, and verify security overhead.
Microservice Security Scaffold
advancedSecure a microservice: generate service-to-service JWT, set up mTLS certificates, configure API gateway headers.
CI/CD Security Pipeline
advancedSecure your CI/CD pipeline: generate deploy keys, sign artifacts, create integrity hashes, and set up webhook verification.
International App Configuration
intermediateConfigure an app for international users: currency conversion, timezone handling, multi-language SEO, and locale-aware security.