Just try it for yourself: this demo calls a live MCP server and answers questions about my portfolio, plus live crypto and FX data.
This demo server is open and read-only — public data only. Point your own Claude at it and ask the same questions in your own client.
Settings → Connectors → Add custom connector → paste the URL:
https://mcp.danielsolves.ai/mcpOne command in your terminal:
claude mcp add --transport http danielsolves https://mcp.danielsolves.ai/mcpEvery answer the team needed was technically in the system — orders, analytics, customer records. But getting it meant knowing the right dashboard, the right filter, or pinging the one person who could write the query. The AI everyone already used couldn't touch any of it.
MCP (Model Context Protocol) is the open standard for giving an AI safe, structured access to tools. I build the server that sits in the middle — exposing your data as well-defined, permissioned tools the model can call.
The user types a question. Claude decides which tool can answer it and calls it with structured arguments.
My server authenticates the request via OAuth, runs the tool against your real systems, and returns structured data.
Databases, internal APIs and reporting — queried live, scoped to exactly what that user is allowed to see.
Each MCP server exposes a focused set of tools. The model only ever sees what it's allowed to call.
Current crypto price and 24h move, pulled on demand from a cached public feed — never stale.
Historical price points the model can summarise — and the data behind the inline chart in the demo.
Top coins by market cap, sorted and trimmed to the count you ask for.
Live exchange rates and currency conversion against an ECB reference — plus fx_history() for the trend.
Projects, skills, profile and availability as queryable data — a CV the model can actually read.
Point the same pattern at your systems — each new capability is a new tool, scoped to who's asking.
Each tool invocation is authenticated. No anonymous access to production data, ever.
The model only sees tools — and rows — a given user is allowed to access. Least privilege by default.
Every call is logged with who, what and when — so AI access is as accountable as any other system.
Strict input/output schemas mean the model can't send malformed calls or get surprising data back.
If your answers are locked behind dashboards and queries, MCP can put them one sentence away — safely. Tell me about your systems; I'll reply within 2 hours.
Start a project →