Commit Graph

3667 Commits

Author SHA1 Message Date
bhosmer-ant
0838dce7a0 Merge pull request #2863 from modelcontextprotocol/ochafik/port-pr17-elicitation
everything: add more types to startElicitation tool
2025-10-16 14:48:32 -04:00
Olivier Chafik
61fe1104ee Port PR #17 elicitation improvements to everything server
This commit ports the comprehensive elicitation field type demonstration
from modelcontextprotocol/example-remote-server PR #17 to the everything
server, while maintaining the better UX of the existing implementation.

Changes:
- Expanded elicitation schema to demonstrate 9 field types:
  * string (plain and with default values)
  * boolean
  * email (format: "email")
  * uri (format: "uri")
  * date (format: "date")
  * integer (with min/max and default)
  * number (with min/max and default)
  * enum with enumNames for human-readable labels
- Added required fields support (name field is required)
- Added 10-minute timeout to elicitation request
- Improved response handling to dynamically show all provided fields
- Updated tool description to reflect comprehensive field type support
- Removed unused requestElicitation helper function (inlined implementation)
- Removed unused ElicitRequest import

The implementation follows PR #17's approach of directly using
extra.sendRequest() while preserving the user-friendly response handling
with emojis and formatted output from the original implementation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 19:13:33 +01:00
Arul Kumaran
d85dc2a81b Add NCP to README (#2781)
* Add NCP - Production-ready MCP orchestrator with 94.8% token reduction

NCP transforms MCP tool management from O(n) to O(1) complexity through intelligent on-demand discovery. Instead of loading all tool schemas upfront (11,000+ tokens), NCP provides unified interfaces that discover and execute capabilities as needed.

Key features:
- 94.8% token reduction (measured across 12,847+ conversations)
- 98.2% discovery accuracy with 47ms latency
- O(1) complexity scaling for unlimited tools
- Production validation with 99.97% uptime
- Academic research backing (arXiv publication)

Perfect for users with multiple MCPs who want faster, more efficient AI performance.

* Update NCP tagline and messaging

- Correct tagline: '1 MCP to rule them all'
- Emphasize cognitive overload reduction and environmental impact
- Focus on energy efficiency and carbon footprint reduction
- Remove 'production ready' language that suggests newcomer status

* Add NCP - The #1 MCP to Rule Them All

- Production-ready orchestrator with 94.8% token reduction
- Intelligent on-demand tool discovery with O(1) complexity
- Manages 50+ MCPs with 47ms discovery latency
- Enterprise features and comprehensive production validation
- 12,847 conversations tested across 2,797 tools

* Remove duplicate NCP entry and update description

Removed duplicate entry for NCP and updated its description.

* Update README.md

---------

Co-authored-by: Arul Kumaran <arul@portel.dev>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-10-16 16:50:15 +01:00
Asahi
e41c36cdde Add DeFi Rates MCP server (#2836)
* Add DeFi Rates MCP server to third-party list

DeFi Rates is an MCP server providing real-time access to DeFi lending
rates across 13+ major protocols including Aave, Morpho, Compound, Venus,
Solend, Drift, and Jupiter.

Features:
- Query borrow/supply rates across multiple chains
- Compare rates between platforms
- Search for best lending opportunities
- Calculate looping strategy metrics

npm: @asahi001/defi-rates-mcp
Website: https://defiborrow.loan

* Move DeFi Rates to Community Servers section

As requested by maintainers, moved DeFi Rates from Official Integrations
to Community Servers section, maintaining alphabetical order.

* Update README.md

---------

Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-10-16 13:18:43 +01:00
shaun smith
f2dc09d15f Merge pull request #2844 from cliffhall/fix/do-not-sample-on-subscribe
Do not initiate sampling on resource subscription.
2025-10-12 09:15:41 +01:00
cliffhall
23b8279aaa Do not initiate sampling on resource subscription.
* In everything.ts
  - remove the automatic sampling call in the resource handler for SubscribeRequestSchema
2025-10-10 16:05:26 -04:00
2pac
1d47d6bfb7 docs: desplega.ai qa-use community server (#2796)
* chore: desplega.ai qa-use MCP

* Update README.md

Co-authored-by: Ola Hungerford <olahungerford@gmail.com>

---------

Co-authored-by: adam jones <domdomegg+git@gmail.com>
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
2025-10-10 12:45:37 +01:00
adam jones
a48d6b2072 Move pinmeto MCP back into official servers (#2840)
* Revert "Update README.md (#2834)"

This reverts commit 5df7307592.

* Fix alphabetical ordering of PinMeTo in official servers

Moved PinMeTo from C section to correct position in P section, between Pinecone Assistant and Pipedream.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-10-10 12:42:13 +01:00
Daniel Schwartz
b0aa869a41 doc: added readme for Kaltura MCP (#2839) 2025-10-10 12:42:01 +01:00
Lev Gelfenbuim
be59dbbba7 Add HTML to Markdown MCP server (#2837)
Adds html-to-markdown-mcp server that converts web pages to clean Markdown format.

Features:
- Fetches and converts HTML from URLs
- Converts raw HTML to Markdown
- Handles large pages with automatic file saving
- Bypasses token limits with saveToFile parameter
- Comprehensive test suite with 13 tests
- Available on npm: html-to-markdown-mcp

Co-authored-by: Lev Gelfenbuim <hi@lev.engineer>
2025-10-10 12:40:55 +01:00
Deepak Tiwari
bce8a59126 Update README.md (#2838) 2025-10-10 12:40:45 +01:00
Ale Bles
a76ad3f176 Add Improve Digital publisher MCP to list of Community servers (#2835) 2025-10-10 12:37:38 +01:00
Marcus Asker
5df7307592 Update README.md (#2834) 2025-10-10 12:34:48 +01:00
AdsMCP
272f7b587b Add new TikTok Ads MCP server to the existing list (#2832)
Co-authored-by: tomatostranger <tomatostranger@adsmcp.com>
2025-10-10 12:33:14 +01:00
janwilmake
1ea00325f2 Add Parallel Task MCP (#2829)
* Update README.md

* Update README.md

---------

Co-authored-by: adam jones <domdomegg+git@gmail.com>
2025-10-10 12:32:28 +01:00
Peter Adam Korodi
f5da33def5 Add ConfigCat MCP server to official servers (#2827) 2025-10-10 12:30:31 +01:00
Franklin Moormann
4372d2a329 Add Console Automation MCP server (#2814)
* Add Console Automation MCP server

Production-ready MCP server for AI-driven console automation and monitoring.
Features 40 tools for session management, SSH, testing, monitoring, and background jobs.
Like Playwright for terminal applications.

- Added to Third-Party Servers section (alphabetically positioned)
- GitHub: https://github.com/ooples/mcp-console-automation

* Remove duplicate Console Automation entry from README

Removed duplicate entry for Console Automation in the README.

---------

Co-authored-by: franklinic <franklin@ivorycloud.com>
2025-10-10 12:27:27 +01:00
Olivier Chafik
6e83843716 Merge pull request #2830 from modelcontextprotocol/ochafik/zip-tool
add zip tool to everything server
2025-10-08 18:52:45 +01:00
Olivier Chafik
d6e218d0f8 Update everything.ts 2025-10-08 17:53:52 +01:00
Olivier Chafik
232258426e add zip tool to everything server (demonstrates consuming and producing URIs, incl. data URIs) 2025-10-08 17:44:24 +01:00
Ola Hungerford
37e6366fe9 Merge pull request #2760 from 0sa0sa/add-chrome-devtools-mcp
chore: add Chrome DevTools MCP to Official Integrations
2025-10-08 08:35:23 -07:00
Ola Hungerford
05b082297c Merge pull request #2825 from oguzc/add-playwright-wizard
Add Playwright Wizard MCP server
2025-10-07 19:59:54 -07:00
Ola Hungerford
591bb98269 Merge pull request #2823 from aiyakitori/main
Add Kiln to integration list
2025-10-07 19:56:34 -07:00
Ola Hungerford
a1cb0a873e Merge pull request #2822 from jacopotagliabue/patch-2
Add Bauplan to MCP list
2025-10-07 19:56:01 -07:00
Ola Hungerford
07195bebd1 Merge pull request #2821 from smultani/mixpanel-mcp-listing
Mixpanel MCP server info
2025-10-07 19:55:04 -07:00
Ola Hungerford
d0ed46ba01 Merge pull request #2813 from luchobit/add-bitnovo-pay-server
Add Bitnovo Pay MCP server to third-party integrations
2025-10-07 19:48:33 -07:00
Ola Hungerford
4747ac4c0e Merge pull request #2803 from DavidCabal/main
Add Kalendis to README
2025-10-07 19:39:23 -07:00
Ola Hungerford
80d473e7fb Merge pull request #2801 from IvanMurzak/main
Added Unity-MCP to the Community Servers section
2025-10-07 19:37:21 -07:00
Ola Hungerford
2d718774e6 Merge pull request #2790 from humanjesse/main
Add TextArtTools MCP server
2025-10-07 19:35:59 -07:00
Oguz Ceylan
eabbce3c6b Add Playwright Wizard MCP server to community servers 2025-10-08 02:19:15 +02:00
David Cabal
bfeadf65c2 Merge branch 'main' into main 2025-10-07 13:59:41 -05:00
Ola Hungerford
7505699bf4 Merge pull request #2799 from match-gabeflores/patch-2
add official sql server
2025-10-07 08:00:57 -07:00
Ola Hungerford
d4fa597273 Merge pull request #2798 from recepyavuz0/main
Added SendGrid MCP link to the README
2025-10-07 07:59:10 -07:00
Ola Hungerford
ebe5d47657 Merge pull request #2797 from askermarcus/main
Add PinMeTo MCP server entry to README
2025-10-07 07:56:43 -07:00
Ola Hungerford
ea432039df Merge pull request #2791 from scotttwittrockcio/add-customerio-mcp-server
Add Customer.io integration to README
2025-10-07 07:56:02 -07:00
Ola Hungerford
1b54904b43 Merge pull request #2788 from pkolawa/add-krs-poland-mcp-server
Adding KRS Poland MCP Server
2025-10-07 07:51:38 -07:00
Ola Hungerford
e40fbb49c3 Merge pull request #2766 from nargit21/main
docs: add CoinStats MCP server to official integrations in README
2025-10-07 07:49:34 -07:00
Ola Hungerford
adf627e5ad Merge pull request #2765 from pviti/main
Add Commerce Layer to official integrations list
2025-10-07 07:48:50 -07:00
Ola Hungerford
86899987a0 Merge pull request #2764 from cameronrye/add-activitypub-mcp-server
Add ActivityPub MCP server to community servers list
2025-10-07 07:47:52 -07:00
Ola Hungerford
4c450a140f Merge pull request #2763 from rhukster/patch-2
Add YetiBrowser MCP to Community registry
2025-10-07 07:47:03 -07:00
0sa0sa
42433949ec Update Chrome DevTools logo to official Chrome favicon
Changed logo URL to official Chrome favicon and updated alt text to "Chrome".

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 23:23:31 +09:00
Ola Hungerford
141c9371da Merge pull request #2761 from inercia/patch-2
Add MCPShell tool to README.md
2025-10-07 07:12:48 -07:00
Recep Yavuz
6035fff6ea Merge branch 'main' into main 2025-10-07 14:00:13 +03:00
0sa0sa
e6516f38e0 Move Chrome DevTools MCP to Official Integrations
Moved Chrome DevTools MCP from Third-Party Servers section to Official Integrations section, positioned alphabetically between Chroma and Chronulus AI.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 15:47:51 +09:00
Ola Hungerford
48d9c5531e Merge pull request #2758 from 2slides/main
Add official 2slides MCP Server
2025-10-06 23:33:22 -07:00
Ola Hungerford
264f822b57 Merge pull request #2754 from plainly-videos/add-plainly-videos-mcp-server
Add the official Plainly Videos MCP
2025-10-06 23:30:46 -07:00
Cameron Rye
20a67f74cb Merge branch 'main' into add-activitypub-mcp-server 2025-10-06 22:49:48 -04:00
Jacopo Tagliabue
fa9a65869c Add Bauplan to MCP list 2025-10-06 15:52:20 -04:00
aiyakitori
a7f8c1d549 Add Kiln to integration list 2025-10-06 12:42:04 -07:00
Sharan Multani
8cbe4394f8 Changing icon
Changing icon
2025-10-06 11:56:38 -04:00