Actions
| Name | Description |
|---|---|
get_mcp_setup_infoReturn source-gated public setup information for Morningstar Credit Analytics MCP | Return source-gated public setup information for Morningstar Credit Analytics MCP |
get_oauth_metadataFetch MCP protected-resource and authorization-server metadata from a Morningstar MCP host | Fetch MCP protected-resource and authorization-server metadata from a Morningstar MCP host |
initialize_mcp_sessionSend an MCP initialize request to Morningstar Credit Analytics | Send an MCP initialize request to Morningstar Credit Analytics |
list_mcp_toolsList token-visible Morningstar Credit Analytics MCP tools | List token-visible Morningstar Credit Analytics MCP tools |
search_mcp_toolsSearch token-visible Morningstar Credit Analytics MCP tools by name, title, or description | Search token-visible Morningstar Credit Analytics MCP tools by name, title, or description |
call_mcp_toolCall a token-visible Morningstar Credit Analytics MCP tool with JSON arguments | Call a token-visible Morningstar Credit Analytics MCP tool with JSON arguments |
custom_mcp_requestSend a custom JSON-RPC request to the Morningstar Credit Analytics MCP server | Send a custom JSON-RPC request to the Morningstar Credit Analytics MCP server |
Triggers
| Name | Description |
|---|---|
mcp_tool_result_changedPoll a token-visible Morningstar Credit Analytics MCP read tool and emit changed records after the initial baseline | Poll a token-visible Morningstar Credit Analytics MCP read tool and emit changed records after the initial baseline |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('morningstar-credit-analytics', 'get_mcp_setup_info', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'morningstar-credit-analytics',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Morningstar Credit Analytics to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Morningstar Credit Analytics support?
Morningstar Credit Analytics supports 7 actions including Get MCP Setup Info, Get OAuth Metadata, Initialize MCP Session, List MCP Tools, Search MCP Tools, and more.
Can I use Morningstar Credit Analytics with AI agents?
Yes. Add Morningstar Credit Analytics to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Morningstar Credit Analytics be used in stateful agent workflows?
Yes. Agents can combine Morningstar Credit Analytics actions with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Morningstar Credit Analytics use?
Morningstar Credit Analytics uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Morningstar Credit Analytics integration cost?
The Morningstar Credit Analytics integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Morningstar Credit Analytics support?
Morningstar Credit Analytics supports 1 triggers including MCP Tool Result Changed.
Connect Morningstar Credit Analytics in minutes
Get 20,000 free actions every month. No credit card required.