query_layerpipeworx-io/mcp-arcgis-peachtreecorners — Query an ArcGIS Feature Service / Map Service layer by its url (from search_datasets). SQL-like where, comma-separated out_fields, order_by,
search_datasetspipeworx-io/mcp-arcgis-peachtreecorners — Search City of Peachtree Corners GIS open geospatial datasets (parcels, zoning, transport & city services) by keyword. Returns each dataset'
layer_infopipeworx-io/mcp-arcgis-peachtreecorners — Get an ArcGIS Feature/Map Service layer's schema by url: fields (name + type), geometry type, total record count, and capabilities.
cc_check_indentationellmos-ai/ellmos-codecommander-mcp — Checks indentation of a Python file.
cc_get_languageellmos-ai/ellmos-codecommander-mcp — Gets the current server language.
cc_python_structural_editellmos-ai/ellmos-codecommander-mcp — Performs structural edits on Python code.
cc_diagnose_importsellmos-ai/ellmos-codecommander-mcp — Diagnoses import issues in a Python file.
cc_generate_python_codeellmos-ai/ellmos-codecommander-mcp — Generates Python code based on a template.
cc_organize_importsellmos-ai/ellmos-codecommander-mcp — Sorts and deduplicates Python imports per PEP 8.
cc_md_to_htmlellmos-ai/ellmos-codecommander-mcp — Converts Markdown to standalone HTML.
cc_md_to_pdfellmos-ai/ellmos-codecommander-mcp — Converts Markdown to PDF.
cc_set_languageellmos-ai/ellmos-codecommander-mcp — Sets the server language for i18n.
memory_writetylertab/memory-mcp — Store a memory. Long text is chunked; each chunk is embedded and saved. Call this when something is worth remembering across sessions.
memory_searchtylertab/memory-mcp — Semantic search over stored memories. Returns the closest matches.
memory_listtylertab/memory-mcp — List the most recent memories, optionally filtered by tag.
memory_deletetylertab/memory-mcp — Delete a memory by id (removes both its content and its vector).
get_server_statusFatima03-dot/mcp_server — Check whether the MCP server is running.
helloFatima03-dot/mcp_server — Say hello to the user.
capturebackthread — Capture decisions from a Claude Code session
querybackthread — Query the captured decisions and 'How it works' view of the codebase
openfinance_get_accounts_detailmcp-dir/XP MCP — Returns full account objects including extended creditData (additional cards, limits) per id (GET /accounts/:id).
openfinance_get_credit_card_billmcp-dir/XP MCP — Returns bill-level detail for one or more credit card bills by id (GET /bills/:id): financeCharges and payments[] (id, paymentDate, amount,
openfinance_get_account_balancemcp-dir/XP MCP — Returns real-time balance payload per account id (GET /accounts/:id/balance).
openfinance_list_investmentsmcp-dir/XP MCP — Returns the investment portfolio for a connection (broker or bank with INVESTMENTS product enabled): FIIs, stocks, ETFs, fixed income (CDB/L
openfinance_list_loansmcp-dir/XP MCP — Lists loan contracts per bank connection (GET /loans).
openfinance_list_connectionsmcp-dir/XP MCP — Returns the saved bank connections for this install: connector_id, item_id, bank name, and an add_connection_url to link additional banks vi
openfinance_list_categoriesmcp-dir/XP MCP — Returns the provider's transaction category taxonomy (GET /categories), cached for the adapter session.