ServerCard Trust MCP
v0.1.0
space.servercardtrust/servercardtrust-mcp
Paid remote MCP for server-card validation, auth checks, trust packets, and readiness.
共 23,480 个资源
v0.1.0
space.servercardtrust/servercardtrust-mcp
Paid remote MCP for server-card validation, auth checks, trust packets, and readiness.
v1.0.0
io.nameintel/server
Brand-name intelligence across 5 dimensions including AI findability. Pay-per-call via x402.
v0.1.0
com.clauxel.toolbudgetrouter/toolbudgetrouter-mcp
Paid remote MCP for context-budget routing, schema cost estimates, usage audits, and readiness.
v0.1.0
space.mcploadbudgeter/mcploadbudgeter-mcp
Paid remote MCP for context budgets, progressive loading, schema slimming, and readiness.
v0.1.0
com.clauxel.mcpriskledger/mcpriskledger-mcp
Paid remote MCP for server intake risk reports, tool review, approvals, and readiness.
v0.1.0
space.syntheticuserlab/syntheticuserlab-mcp
Paid remote MCP for synthetic user testing, UX validation, analytics, checkout, and readiness.
v0.1.0
space.agentmemory/agentmemory-mcp
Paid remote MCP for persistent AI agent memory, analytics, checkout, and search-readiness.
v0.1.5
io.github.sudomichael/gizmoanalytics
Cookieless analytics for AI coding agents. Install in one prompt, 28 tools, OAuth onboarding.
v1.0.2
io.github.aditya201551/context-book-mcp
Stop re-explaining yourself to Agents. Give it the right context, right when needed.
v1.5.1
io.github.u2n4/video-url-analyzer-mcp
Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction
v0.3.1
io.github.guzz-labs/epwforge-mcp
EPW/DDY weather files - TMY/AMY/CMIP6 morphing, UHI, events, smoke. 3 of 4 tools anon-free.
vbeta
io.github.TanStack/table/compose-with-tanstack-pacer
Use `@tanstack/react-pacer` to debounce/throttle the high-frequency writes that drive an interactive `@tanstack/react-table` v9 table: column filter inputs and column resize state. Pattern: import `useDebouncedCallback` from `@tanstack/react-pacer/debouncer`, wrap your `onChange` writer in it, and keep local input state so typing feels instant. For column resizing, throttle `onColumnResizingChange` so a drag doesn't push 60+ state updates per second. Pacer is the v9 replacement for the hand-rolled `DebouncedInput` setTimeout component from v8 examples.
vbeta
io.github.TanStack/table/react-subscribe-compiler-compat
React Compiler compatibility for `@tanstack/react-table` v9. When you read table state via builder APIs (`column.getIsPinned()`, `row.getIsSelected()`, `cell.getIsAggregated()`, `header.column.getIsSorted()`) inside a nested custom component, React Compiler memoizes the child against the stable `column` / `row` / `cell` reference and never re-runs when the underlying atom changes. Symptom: stale checkboxes, frozen sort indicators, dead pin buttons. Fix: wrap the JSX in `<Subscribe source={table.store} selector={…}>` or `<Subscribe source={table.atoms.X}>` so the dependency is visible to the compiler. Routing keywords: Subscribe, table.Subscribe, React Compiler, stale checkbox, memoized header/cell, builder API.
v0.1.2
io.github.SelfPy/science-ai-mcp-server
Academic peer-review, research-gap finding, journal recommender, and article writer tools.
vmaster
io.github.xobotyi/cc-foundry/css
CSS conventions, layout systems, and modern patterns: predictable styles through low specificity and explicit cascade control. Invoke whenever task involves any interaction with CSS code — writing, reviewing, refactoring, debugging, or understanding stylesheets, SCSS, layout, or responsive design.
v0.3.0
io.github.brajendrak00068/levea-mcp-server
Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export
v0.0.2
io.github.samith14/mcp-cantina
A bar for AI agents at mosaisley.com — pours, wall notes, jukebox, tips. x402-paid where priced.
v1.0.0
io.github.raresv/cardora-business-assistant
Cardora loyalty program analytics for business owners. Customer joins, stamps, rewards, and trends.
v0.1.0
space.promptguardscan/promptguardscan-mcp
Paid remote MCP for LLM security scans, jailbreak checks, analytics, checkout, and readiness.
v0.2.0
dev.whatcanido.www/mcp
Cross-product MCP server for CRM, LeadKit, ProjectKit, Bookio. 10 action types, MIT open spec.
v1.0.0
pt.carvox/cars
Used car catalogue in Portugal. Search by make, model, price, mileage, fuel and district.
v0.3.0
io.github.simistern/ttw-chat
Search 500+ Toronto Tech Week 2026 events by date, theme, audience, format, and neighborhood.
v1.1.1
com.ambermem/amber
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
vmaster
io.github.recyclarr/recyclarr/testing
Use when writing, editing, refactoring, or debugging tests anywhere under `tests/**` (unit, integration, or end-to-end); authoring NUnit 4 test classes (`*Test`, `*IntegrationTest`); using NSubstitute mocks, AutoFixture with `[AutoMockData]` / `[InlineAutoMockData]` / `[Frozen]`, or AwesomeAssertions (NOT FluentAssertions); working with `CliIntegrationFixture`, `IntegrationTestFixture`, `MockFileSystem`, `TestableLogger`, `NUnitAnsiConsole`, or `New*` factory helpers; adding or updating E2E fixtures under `tests/Recyclarr.Cli.IntegrationTests.E2E/`; editing `Fixtures/recyclarr.yml`, `metadata.json`, `cf/`, `cf-groups/`, or `quality-profiles/` fixture folders; running `Run-E2ETests.ps1` or `scripts/coverage.py`; investigating flaky tests, coverage gaps, or Testcontainers setup. Triggers on phrases like "write a test", "fix this test", "improve coverage", "add an E2E case", "mock this dependency", or any edit to `*.Tests.csproj` or files under `tests/**`.