markus-tobler/dataverse-cross-env-mcp
If you are the rightful owner of dataverse-cross-env-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Dataverse MCP Server provides secure access to Microsoft Dataverse using OAuth 2.0, enabling AI agents and applications to interact with Dataverse data through the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
whoami
Returns information about the authenticated user.
list_tables
Lists all Dataverse tables accessible to the authenticated user.
search
Searches for records across Dataverse tables using the Dataverse Search API.
retrieve_record
Retrieves a single record with complete details.
describe_table
Gets detailed schema information for a Dataverse table.
get_predefined_queries
Lists saved queries (views) available for a table.
run_predefined_query
Executes a saved query by ID or name.
run_custom_query
Executes a custom FetchXML query.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client