Skip to main content
The Syrto MCP server connects your AI assistant to Syrto’s financial database, letting you analyze Italian companies without leaving your conversation. Ask natural language questions and get structured financial data in response.

What you can do

Look up companies

Find any Italian company by name or tax ID (codice fiscale) and get its company ID for further analysis.

Financial metrics

Retrieve up to 5 years of financial metrics — EBITDA, ROE, margins, working capital, and more.

Radar scores

Get Syrto’s efficiency and size scores (0–100) that position a company relative to its sector.

Spider graphs

Explore thematic breakdowns across axes like operational profitability, autonomy, and reliability.

Financial statements

Generate filled income statements and balance sheets using Syrto’s financial statement templates.

Metric definitions

Look up how any metric is defined, calculated, and what drives it.

Access

You need a free Syrto account to use the MCP server. Sign up at syrto.ai. A free tier is available; full access requires a paid plan.

Supported AI clients

Claude

Install the Syrto connector directly from the claude.ai marketplace.

Microsoft 365 Copilot

Add the Syrto app from the Microsoft 365 app store.

ChatGPT

Install the Syrto app from the GPT store.

Any MCP client

Connect directly to https://mcp.syrto.ai from any MCP-compatible client.

How it works

All analysis starts with a company lookup. Every other tool requires a company_id that you get from syrto_find_company. A typical flow looks like this:
1

Find the company

Call syrto_find_company with a name or tax ID to get the company_id.
2

Choose your analysis

Pass the company_id to any other tool — metrics, revenues, spider graphs, or financial statements.
3

Review the results

The tool returns structured data. Check the note field in each response for any data availability caveats.
Data coverage is limited to Italian companies. Some metrics and years may not be available for all companies — these are returned as null and should be displayed as “N/A”.

Next steps

Set up the MCP server

Connect the Syrto MCP server to your AI client.

Examples

Example 1: Financial overview of a company

User prompt: “Give me a financial overview of Barilla” What happens:
  • The assistant calls syrto_find_company with "Barilla" to look up the company and get its ID
  • It then calls syrto_get_company_metrics with that ID to retrieve financial metrics, radar scores, and explanations across all available years
  • The assistant presents a structured overview of Barilla’s EBITDA, margins, efficiency/size positioning, and year-on-year trends

Example 2: Company profile and location

User prompt: “What does Lavazza do and where is it based?” What happens:
  • The assistant calls syrto_find_company with "Lavazza" to find the company
  • It then calls syrto_get_company_overview to retrieve the activity description, sector, location, and employee count
  • The assistant explains that Luigi Lavazza S.p.A. is a large Italian coffee producer headquartered in Turin

Example 3: Revenue trend over multiple years

User prompt: “Show me Barilla’s revenues for the last 5 years” What happens:
  • The assistant calls syrto_find_company with "Barilla" and confirms the correct entity
  • It then calls syrto_get_revenues without a year filter to retrieve all available years
  • The assistant presents the revenue figures year by year in a readable format

Privacy policy

See our privacy policy at syrto.ai/privacy.

Support