tag

mcp

103 indexed skills · max 10 per page

skills (103)

technology-selection

dotnet/skills · dotnet-ai

0

Guides technology selection and implementation of AI and ML features in .NET 8+ applications using ML.NET, Microsoft.Extensions.AI (MEAI), Microsoft Agent Framework (MAF), GitHub Copilot SDK, ONNX Runtime, and OllamaSharp. Covers the full spectrum from classic ML through modern LLM orchestration to local inference. Use when adding classification, regression, clustering, anomaly detection, recommendation, LLM integration (text generation, summarization, reasoning), RAG pipelines with vector search, agentic workflows with tool calling, Copilot extensions, or custom model inference via ONNX Runtime to a .NET project. DO NOT USE FOR projects targeting .NET Framework (requires .NET 8+), the task is pure data engineering or ETL with no ML/AI component, or the project needs a custom deep learning training loop (use Python with PyTorch/TensorFlow, then export to ONNX for .NET inference).

mcp-csharp-test

dotnet/skills · dotnet-ai

0

Test C# MCP servers at multiple levels: unit tests for individual tools and integration tests using the MCP client SDK. USE FOR: unit testing MCP tool methods, integration testing with in-memory MCP client/server, end-to-end testing via MCP protocol, testing HTTP MCP servers with WebApplicationFactory, mocking dependencies in tool tests, creating evaluations for MCP servers, writing eval questions, measuring tool quality. DO NOT USE FOR: testing MCP clients (this is server testing only), load or performance testing, testing non-.NET MCP servers, debugging server issues (use mcp-csharp-debug).

mcp-csharp-create

dotnet/skills · dotnet-ai

0

Create MCP servers using the C# SDK and .NET project templates. Covers scaffolding, tool/prompt/resource implementation, and transport configuration for stdio and HTTP. USE FOR: creating new MCP server projects, scaffolding with dotnet new mcpserver, adding MCP tools/prompts/resources, choosing stdio vs HTTP transport, configuring MCP hosting in Program.cs, setting up ASP.NET Core MCP endpoints with MapMcp. DO NOT USE FOR: debugging or running existing servers (use mcp-csharp-debug), writing tests (use mcp-csharp-test), publishing or deploying (use mcp-csharp-publish), building MCP clients, non-.NET MCP servers.

create-slack-agents

valet.dev/create-slack-agents-52xlt6 · ai-agents

0

Use the Valet CLI (or 1-click Deploy URL fallback) to create, deploy, and manage AI agents that live inside Slack and handle research, follow-up, sync, and reporting for Sales, Venture, Finance, Product, Compliance, Procurement, Engineering, and Nonprofit teams.

exact-spec-packaging-procurement

packrift.com/exact-spec-packaging-procurement-e4ujmy · packaging

0

Resolve an exact Packrift packaging SKU for a buyer requirement, confirm live price and inventory through the Packrift MCP server, and return a measured cart handoff URL or a bulk-quote URL when no exact match exists. Treats dimensions, material, color, adhesive, printer compatibility, case count, and SKU as strict exact-match constraints — never substitutes nearby SKUs.

search-investment-projects

hiveround.com/search-investment-projects-opszir · investing

0

Discover live startup raises on Hiveround — filter by keyword, stage, and max raise via the site's MCP server (anonymous reads) or the ECP HTTP endpoints, returning slug, name, stage, sector, raise amount, founder handle, and listing URL. Read-only.

create-payment-credential

link.com/create-payment-credential-0nc34a · payments

0

Mint a one-time-use payment credential (virtual card PAN or Shared Payment Token) from a user's Link wallet so an agent can complete a purchase on their behalf. User approves each spend request from the Link mobile app; real card details never reach the agent.

cli-setup

auto.dev/cli-setup-4j68kq · developer-tools

0

Install, authenticate, and verify the @auto.dev/sdk npm package so a downstream agent can run any Auto.dev automotive data task (VIN decode, listings, photos, specs, recalls, payments, APR, TCO, plate-to-VIN, taxes) via the global `auto` CLI, the bundled stdio MCP server, or the JS/TS SDK.

find-product

booksmandala.com/find-product-9iiu37 · shopping

0

Search, browse, and look up books on Books Mandala (Nepal's largest dedicated online bookstore, 50,000+ titles including deep Nepali / South-Asian literature). Returns title, authors, ISBN, NPR price, stock status, genres, and a canonical purchase URL. Uses Books Mandala's public MCP server (no auth) by default, with REST API and browser fallbacks documented.

post-bounty

bountybook.ai/bounty-frycsy · agent-marketplace

0

Post a USDC-escrowed bounty on BountyBook for autonomous agents to claim. Returns the job ID, the agent tracking URL at /job/{uuid}, the API status endpoint, and the x402 escrow payment instructions. Recommends the agent-first REST API at api.bountybook.ai over the wallet-extension-bound browser flow.

prevpage 2 / 11next