essentials
Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.fieldcure/essentials",
"description": "Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.",
"repository": {
"url": "https://github.com/fieldcure/fieldcure-mcp-essentials",
"source": "github"
},
"version": "2.6.1",
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "FieldCure.Mcp.Essentials",
"version": "2.6.1",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"value": "{essentials_search_engine}",
"variables": {
"essentials_search_engine": {
"description": "Initial search engine",
"default": "bing",
"choices": [
"bing",
"duckduckgo",
"serper",
"tavily",
"serpapi"
]
}
},
"name": "ESSENTIALS_SEARCH_ENGINE"
},
{
"value": "{essentials_search_api_key}",
"variables": {
"essentials_search_api_key": {
"description": "API key for the engine selected by ESSENTIALS_SEARCH_ENGINE",
"isSecret": true
}
},
"name": "ESSENTIALS_SEARCH_API_KEY"
},
{
"value": "{serper_api_key}",
"variables": {
"serper_api_key": {
"description": "Serper API key for web search",
"isSecret": true
}
},
"name": "SERPER_API_KEY"
},
{
"value": "{serpapi_api_key}",
"variables": {
"serpapi_api_key": {
"description": "SerpApi API key for web search",
"isSecret": true
}
},
"name": "SERPAPI_API_KEY"
},
{
"value": "{tavily_api_key}",
"variables": {
"tavily_api_key": {
"description": "Tavily API key for web search",
"isSecret": true
}
},
"name": "TAVILY_API_KEY"
},
{
"value": "{wolfram_appid}",
"variables": {
"wolfram_appid": {
"description": "Wolfram|Alpha AppID",
"isSecret": true
}
},
"name": "WOLFRAM_APPID"
},
{
"value": "{essentials_memory_path}",
"variables": {
"essentials_memory_path": {
"description": "SQLite memory database path"
}
},
"name": "ESSENTIALS_MEMORY_PATH"
},
{
"value": "{essentials_download_directory}",
"variables": {
"essentials_download_directory": {
"description": "Default directory for downloaded files"
}
},
"name": "ESSENTIALS_DOWNLOAD_DIRECTORY"
},
{
"value": "{essentials_settings_path}",
"variables": {
"essentials_settings_path": {
"description": "Settings file path"
}
},
"name": "ESSENTIALS_SETTINGS_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-25T09:34:02.543854Z",
"publishedAt": "2026-05-25T09:34:02.543854Z",
"updatedAt": "2026-05-25T09:34:02.543854Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/fieldcure/fieldcure-mcp-essentials
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.