get_growth_loopclosermethod/Newsletter Growth MCP — Returns 5 growth loops (lead magnet, social repurpose, cross-promo, referral, sponsorship swap) with when each wins and its failure mode.
get_monetization_readinessclosermethod/Newsletter Growth MCP — Given your list size + engagement: readiness verdicts for own product, per-click sponsorships, flat placements.
get_full_packclosermethod/Newsletter Growth MCP — Returns everything in one payload.
pz_statusSvi-ra/pz-mcp-server — Which data sources resolved
pz_search_classSvi-ra/pz-mcp-server — Fuzzy class search; also matches CamelCase initials (IGC → IsoGameCharacter)
pz_get_classSvi-ra/pz-mcp-server — Signature, inheritance, fields, constructors, methods with javadoc
pz_search_memberSvi-ra/pz-mcp-server — Find a method/field across all classes
pz_list_packageSvi-ra/pz-mcp-server — Classes and sub-packages of a package
pz_get_hierarchySvi-ra/pz-mcp-server — Supertypes, subtypes, and interface implementors
pz_search_luaSvi-ra/pz-mcp-server — Regex search of media/lua, with optional path glob and context lines
pz_read_luaSvi-ra/pz-mcp-server — Read a vanilla Lua file by line range (sandboxed to the install)
pz_list_eventsSvi-ra/pz-mcp-server — Event names the game fires, with the files that declare or handle them
pz_search_scriptSvi-ra/pz-mcp-server — Item/recipe/vehicle definitions from media/scripts, returned as whole blocks
pz_scaffold_modSvi-ra/pz-mcp-server — New mod skeleton: mod.info, client/server/shared Lua, a script file, a translation stub
pz_lint_luaSvi-ra/pz-mcp-server — Flags :method() calls that exist on no Java class, engine globals that don't exist, and Events.X names the game never fires
pz_search_javaSvi-ra/pz-mcp-server — Regex search over the source
pz_read_javaSvi-ra/pz-mcp-server — Read a class by name, optionally a line range
pz_find_overloadsSvi-ra/pz-mcp-server — Every declaration of a method name, with its full parameter list
pz_list_api_docsSvi-ra/pz-mcp-server — The 134 documented pages, by section
pz_get_api_docSvi-ra/pz-mcp-server — Read a page — a script block, tile_properties, rooms, a translation or XML format
pz_search_api_docsSvi-ra/pz-mcp-server — Regex search over the whole reference
pz_find_script_paramSvi-ra/pz-mcp-server — A parameter or property by name across every block
moxfield_get_deckRaunak1571/moxfield-mcp — Fetch a specific deck's full card list (commanders, mainboard, sideboard) with mana costs, type lines, and per-card USD prices.
moxfield_search_decksRaunak1571/moxfield-mcp — Search public decklists on Moxfield by keyword, optionally filtered by format; returns deck names, authors, like/view counts, and URLs.
moxfield_search_cardsRaunak1571/moxfield-mcp — Search Moxfield's card database by name or keyword, returning oracle text, legalities, and prices from multiple vendors.
getCurrentWeatherTemperaturemiguels1979/springai-mcp-studio-server — Devuelve la temperatura simulada de una ciudad.
getWeatherRecommendationmiguels1979/springai-mcp-studio-server — Recomienda ropa según el clima simulado de una ciudad.
fit_and_evaluateoduerr/stan-mcp-server — Fit a Stan model and evaluate it on held-out data, returning NLPD and diagnostics.
get_data_summaryoduerr/stan-mcp-server — Get compact per-column statistics for a dataset.
check_modeloduerr/stan-mcp-server — Check a Stan model for syntax and compilation errors.
list_datasetsoduerr/stan-mcp-server — List available datasets.
get_capabilitiesoduerr/stan-mcp-server — Get server capabilities and configuration.
sampleoduerr/stan-mcp-server — Run MCMC sampling on a Stan model.
get_upload_instructionsoduerr/stan-mcp-server — Get instructions for uploading data to the server.
get_run_historyoduerr/stan-mcp-server — Return the logged NLPD history for a dataset
ametller_loginigorsafonov-gif/Ametller Origen — Open a browser to sign in (handles 2FA); saves the session.
ametller_reorder_orderigorsafonov-gif/Ametller Origen — Add a whole past order to the cart ("buy again").
list_jurisdictionspratyushkr9420/Lawmesh MCP Server — Retrieve all available U.S. jurisdictions (states, territories, federal districts) with optional filtering.
get_peoplepratyushkr9420/Lawmesh MCP Server — Search for legislators, governors, and government officials.
get_billspratyushkr9420/Lawmesh MCP Server — Search legislative bills, resolutions, and documents.
get_jurisdictionpratyushkr9420/Lawmesh MCP Server — Get detailed metadata for a specific jurisdiction.
get_auth_statusfredrsat/rema-connector — Check whether the user is logged in to REMA 1000. If not, ask the user to run 'rema auth login' in a terminal (opens a browser for phone aut
get_shopping_listsfredrsat/rema-connector — List the user's REMA 1000 shopping lists (synced with the Æ app).
get_shopping_listfredrsat/rema-connector — Read a specific shopping list from the Æ app.
delete_shopping_listfredrsat/rema-connector — Delete a shopping list (requires confirmation string).
search_productsfredrsat/rema-connector — Search REMA 1000's product catalog. Norwegian terms work best (e.g. 'melk'). NOTE: results have NO prices (REMA does not expose catalog pric
get_offersfredrsat/rema-connector — List the user's current REMA 1000 offers, missions and price cuts (personalized via the Æ program).
get_campaignsfredrsat/rema-connector — List current REMA 1000 sales campaigns with product-level sale prices and before-prices (the weekly 'Superpriser' flyer). This is REMA's mai
get_purchase_historyfredrsat/rema-connector — List the user's REMA 1000 purchases (receipt headers with store, date and total). Use get_receipt for line items.
get_receiptfredrsat/rema-connector — Get the line items of one REMA 1000 receipt: product names, EAN barcodes, quantities, prices and discounts. These are real observed prices —
add_list_itemfredrsat/rema-connector — Add an item to a shopping list (with GTIN linking).
update_list_itemfredrsat/rema-connector — Update an item in a shopping list (e.g., check off).
remove_list_itemfredrsat/rema-connector — Remove an item from a shopping list.
list_presetsdrheaderplus-mcp — List available ruleset presets (e.g. owasp-asvs-v14 for strict OWASP ASVS 4.0 V14 compliance).
scan_urldrheaderplus-mcp — Fetch headers from a URL and audit them. Detects missing headers, weak values, CSP issues, cookie misconfigurations, and CORS origin reflect
analyze_headersdrheaderplus-mcp — Audit a set of HTTP response headers directly (no network call). Use when you already have the headers.
get_latest_fiat_ratesarzbin-com/Arzbin MCP Server — Latest fiat rates including USD, EUR, GBP, AED, TRY, and Toman exchange rates.
get_latest_gold_ratesarzbin-com/Arzbin MCP Server — Latest gold and coin prices for Iran market context.
get_latest_crypto_ratesarzbin-com/Arzbin MCP Server — Curated crypto prices including USDT Toman, BTC, and ETH.
get_market_historyarzbin-com/Arzbin MCP Server — OHLC history for fiat, gold, and crypto assets.
get_fiat_rate_sourcesarzbin-com/Arzbin MCP Server — Source comparison context for fiat rates where available.
convert_to_tomanarzbin-com/Arzbin MCP Server — Estimate a fiat, crypto, or gold amount in Toman using latest Arzbin data.
granola_list_meetingstmcinerney/granola-mcp — List meetings, optionally filtered by creation/update time range or title search
granola_get_notestmcinerney/granola-mcp — Fetch AI-enhanced notes for a meeting
granola_get_transcripttmcinerney/granola-mcp — Fetch the full transcript with raw audio channels and Granola-supplied names when available
granola_get_meeting_contexttmcinerney/granola-mcp — Fetch safe meeting context plus conservative channel/speaker-attribution summary
get_statusYaromir-Anokhin/MeshForge3D — Get the current status of the MeshForge 3D server, including availability and configuration.
generate_modelYaromir-Anokhin/MeshForge3D — Generate a 3D model from an input image.
text_to_3dYaromir-Anokhin/MeshForge3D — Generate a 3D model from a text prompt.
uy_catastro_get_dataset_statusaegalindezarraiz/uy-catastro-mcp-server — Returns snapshot, publication, resource, and counts of the ingested DNC dataset.
uy_catastro_lookup_padronaegalindezarraiz/uy-catastro-mcp-server — Queries the cadastral index for a given department and padron number, returning all matching candidates.
uy_catastro_get_cedulaaegalindezarraiz/uy-catastro-mcp-server — Generates the official common cadastral certificate PDF via the DNC public generator.
uy_catastro_get_registered_plansaegalindezarraiz/uy-catastro-mcp-server — Queries the DNC Viewer for registered plans and returns record, date, and surveyor.
uy_catastro_estimate_avmaegalindezarraiz/uy-catastro-mcp-server — Estimates market value using a traceable D3 AVM based on characteristics, environment, and verifiable comparables.
list_instrumentssimulacra/verifyfirst — List all verification instruments in the registry.
blind_spotssimulacra/verifyfirst — Resolve loose terms to instruments and return their blind spots.
searchsimulacra/verifyfirst — Search registry entries by keyword.
get_entrysimulacra/verifyfirst — Get a specific registry entry by ID.
get_protocolsimulacra/verifyfirst — Get the verification protocol text.
get_instrumentsimulacra/verifyfirst — Get details of a specific instrument by name.
sintegra_pa_consultarmcp-dir/SINTEGRA: PA — SINTEGRA: PA, consulta em fonte oficial.
read_filelucaskristina/mcp-dev-tools — Read file contents with caching